#D6C5CB

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

Shades of Twilight #D6C5CB

Tints of Twilight #D6C5CB

Color information

#D6C5CB (or 0xD6C5CB) is unknown color: approx Twilight. HEX triplet: D6, C5 and CB. RGB value is (214,197,203). Sum of RGB (Red+Green+Blue) = 214+197+203=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5CB is #293A34. Grayscale: #CACACA. Windows color (decimal): -2701877 or 13354454. OLE color: 13354454.

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

Color convert

RGB214197203-
CMYK00.080.050.16
HSL338.82º17.17%80.59%-
HSV(B)338.82º7.94%83.92%-
XYZ58.4858.5464.72-
YUV202.77128.13136.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 197 (77.34% from 255) = 32.08%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=34.85%
G=32.08%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419720300.080.050.16338.8217.1780.59
HexD6C5CB085101531151
Octal32630531301052052321121
Binary1101011011000101110010110100010110000101010011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C5CB; }

 p { color: rgb(214,197,203); }

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

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

 a { background-color: rgb(214,197,203); }

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

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

 span { border-color: rgb(214,197,203); }

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