Color Hex Logo

#dbcddc Color Hex

#DBCDDC
(219,205,220)
0 Favorites   0 Comments

Color spaces of #dbcddc

RGB 219205220
HSL0.820.180.83
HSV296°86°
CMYK 0.000.070.00   0.14
XYZ63.963063.890076.6709
Yxy63.89000.31270.3124
Hunter Lab79.93122.9606-0.9198
CIE-Lab83.90857.5208-5.6758

#dbcddc color RGB value is (219,205,220).

#dbcddc hex color red value is 219, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dbcddc hue: 0.82 , saturation: 0.18 and the lightness value of dbcddc is 0.83.

The process color (four color CMYK) of #dbcddc color hex is 0.00, 0.07, 0.00, 0.14. Web safe color of #dbcddc is #cccccc. Color #dbcddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001101 11011100
Octal 333 315 334
Decimal 219 205 220
Hex DB CD DC

RGB Percentages of Color #dbcddc

%34.01
%31.83
%34.16

CMYK Percentages of Color #dbcddc

%0
%7
%0
%14

Triadic Colors of #dbcddc

#dbcddc #dcdbcd #cddcdb

Analogous Colors of #dbcddc

#dbcddc #dccdd6 #d4cddc

Monochromatic Colors of #dbcddc

#dbcddc

Complementary Color

#dbcddc #cedccd

#dbcddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcddc Color CSS Codes

.mybgcolor {background-color:#dbcddc; } 
.myforecolor {color:#dbcddc; }
.mybordercolor {border:3px solid #dbcddc; }

#dbcddc Text Font Color

<p style="color:#dbcddc">Text here</p>

This sample text font color is #dbcddc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbcddc Background Color

<div style="background-color:#dbcddc">
Div content here</div>

This div background color is #dbcddc


#dbcddc Border Color

<div style="border:3px solid #dbcddc">
Div here</div>

This div border color is #dbcddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,205,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbcddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbcddc;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcddc;
  box-shadow:         1px 1px 3px 2px #dbcddc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,205,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbcddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcddc;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcddc;
  box-shadow:         1px 1px 3px 2px #dbcddc;">
Div content here</div>

This div box has shadow with color #dbcddc


Comments

No comments written yet.

Please login to write comment.