#DCCDD4

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

Shades of Prim #DCCDD4

Tints of Prim #DCCDD4

Color information

#DCCDD4 (or 0xDCCDD4) is unknown color: approx Prim. HEX triplet: DC, CD and D4. RGB value is (220,205,212). Sum of RGB (Red+Green+Blue) = 220+205+212=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDD4 is #23322B. Grayscale: #D2D2D2. Windows color (decimal): -2306604 or 13946332. OLE color: 13946332.

HSL color Cylindrical-coordinate representation of color #DCCDD4: hue angle of 332º 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 #DCCDD4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220205212-
CMYK00.070.040.14
HSL332º17.65%83.33%-
HSV(B)332º6.82%86.27%-
XYZ63.2363.6371.24-
YUV210.28128.97134.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 212 (83.20% from 255) = 33.28%
R=34.54%
G=32.18%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020521200.070.040.1433217.6583.33
HexDCCDD4074E14c1253
Octal3343153240741651422123
Binary11011100110011011101010001111001110101001100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDD4; }

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

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

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

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

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

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

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

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