#D6CCD2

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

Shades of Twilight #D6CCD2

Tints of Twilight #D6CCD2

Color information

#D6CCD2 (or 0xD6CCD2) is unknown color: approx Twilight. HEX triplet: D6, CC and D2. RGB value is (214,204,210). Sum of RGB (Red+Green+Blue) = 214+204+210=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCD2 is #29332D. Grayscale: #CFCFCF. Windows color (decimal): -2700078 or 13814998. OLE color: 13814998.

HSL color Cylindrical-coordinate representation of color #D6CCD2: hue angle of 324º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CCD2 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214204210-
CMYK00.050.020.16
HSL324º10.87%81.96%-
HSV(B)324º4.67%83.92%-
XYZ60.9662.1469.75-
YUV207.67129.31132.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.08%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 210 (82.42% from 255) = 33.44%
R=34.08%
G=32.48%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420421000.050.020.1632410.8781.96
HexD6CCD205210144b52
Octal3263143220522050413122
Binary1101011011001100110100100101101000010100010010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCD2; }

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

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

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

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

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

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

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

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