#DCCDD2

Color #DCCDD2 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #DCCDD2

Tints of Prim #DCCDD2

Color information

#DCCDD2 (or 0xDCCDD2) is unknown color: approx Prim. HEX triplet: DC, CD and D2. RGB value is (220,205,210). Sum of RGB (Red+Green+Blue) = 220+205+210=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDD2 is #23322D. Grayscale: #D2D2D2. Windows color (decimal): -2306606 or 13815260. OLE color: 13815260.

HSL color Cylindrical-coordinate representation of color #DCCDD2: hue angle of 340º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCDD2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220205210-
CMYK00.070.050.14
HSL340º17.65%83.33%-
HSV(B)340º6.82%86.27%-
XYZ62.9863.5369.92-
YUV210.06127.97135.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 210 (82.42% from 255) = 33.07%
R=34.65%
G=32.28%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020521000.070.050.1434017.6583.33
HexDCCDD2075E1541253
Octal3343153220751652422123
Binary11011100110011011101001001111011110101010100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDD2; }

 p { color: rgb(220,205,210); }

 H1.HeaderClassName
 {
   color: #DCCDD2;
 }
 .AnyTagClassName
 {
   color: #DCCDD2;
 }
</style>
background-color css

<style>
 a { background-color: #DCCDD2; }

 a { background-color: rgb(220,205,210); }

 div.DivClassName
 {
   background-color: #DCCDD2;
 }
 .BgClassName
 {
   background-color: #DCCDD2;
 }
</style>
border-color css

<style>
 span { border-color: #DCCDD2; }

 span { border-color: rgb(220,205,210); }

 td.TdClassName
 {
   border-color: #DCCDD2;
 }
 .TagClassName
 {
   border-color: #DCCDD2;
 }
</style>