#DCCCD4

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

Shades of Prim #DCCCD4

Tints of Prim #DCCCD4

Color information

#DCCCD4 (or 0xDCCCD4) is unknown color: approx Prim. HEX triplet: DC, CC and D4. RGB value is (220,204,212). Sum of RGB (Red+Green+Blue) = 220+204+212=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCD4 is #23332B. Grayscale: #D1D1D1. Windows color (decimal): -2306860 or 13946076. OLE color: 13946076.

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

Color convert

RGB220204212-
CMYK00.070.040.14
HSL330º18.6%83.14%-
HSV(B)330º7.27%86.27%-
XYZ62.9963.1571.16-
YUV209.7129.3135.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 212 (83.20% from 255) = 33.33%
R=34.59%
G=32.08%
B=33.33%

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
Decimal22020421200.070.040.1433018.683.14
HexDCCCD4074E14a1353
Octal3343143240741651223123
Binary11011100110011001101010001111001110101001010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCD4; }

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

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

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

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

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

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

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

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