#D6C6CD

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

Shades of Twilight #D6C6CD

Tints of Twilight #D6C6CD

Color information

#D6C6CD (or 0xD6C6CD) is unknown color: approx Twilight. HEX triplet: D6, C6 and CD. RGB value is (214,198,205). Sum of RGB (Red+Green+Blue) = 214+198+205=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6CD is #293932. Grayscale: #CBCBCB. Windows color (decimal): -2701619 or 13485782. OLE color: 13485782.

HSL color Cylindrical-coordinate representation of color #D6C6CD: hue angle of 333.75º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6C6CD is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214198205-
CMYK00.070.040.16
HSL333.75º16.33%80.78%-
HSV(B)333.75º7.48%83.92%-
XYZ58.9559.0966.06-
YUV203.58128.8135.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.68%
GREEN value IS 198 (77.73% from 255) = 32.09%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=34.68%
G=32.09%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419820500.070.040.16333.7516.3380.78
HexD6C6CD0741014e1051
Octal3263063150742051620121
Binary110101101100011011001101011110010000101001110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C6CD; }

 p { color: rgb(214,198,205); }

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

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

 a { background-color: rgb(214,198,205); }

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

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

 span { border-color: rgb(214,198,205); }

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