#D4CCD2

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

Shades of Twilight #D4CCD2

Tints of Twilight #D4CCD2

Color information

#D4CCD2 (or 0xD4CCD2) is unknown color: approx Twilight. HEX triplet: D4, CC and D2. RGB value is (212,204,210). Sum of RGB (Red+Green+Blue) = 212+204+210=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCD2 is #2B332D. Grayscale: #CFCFCF. Windows color (decimal): -2831150 or 13814996. OLE color: 13814996.

HSL color Cylindrical-coordinate representation of color #D4CCD2: hue angle of 315º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CCD2 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212204210-
CMYK00.040.010.17
HSL315º8.51%81.57%-
HSV(B)315º3.77%83.14%-
XYZ60.3861.8469.73-
YUV207.08129.65131.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.87%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 210 (82.42% from 255) = 33.55%
R=33.87%
G=32.59%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220421000.040.010.173158.5181.57
HexD4CCD20411113b952
Octal3243143220412147311122
Binary110101001100110011010010010011000110011101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCD2; }

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

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

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

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

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

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

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

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