#D0C8CB

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

Shades of Twilight #D0C8CB

Tints of Twilight #D0C8CB

Color information

#D0C8CB (or 0xD0C8CB) is unknown color: approx Twilight. HEX triplet: D0, C8 and CB. RGB value is (208,200,203). Sum of RGB (Red+Green+Blue) = 208+200+203=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8CB is #2F3734. Grayscale: #CACACA. Windows color (decimal): -3094325 or 13355216. OLE color: 13355216.

HSL color Cylindrical-coordinate representation of color #D0C8CB: hue angle of 337.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D0C8CB is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208200203-
CMYK00.040.020.18
HSL337.5º7.84%80%-
HSV(B)337.5º3.85%81.57%-
XYZ57.4559.0364.87-
YUV202.73128.15131.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.04%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=34.04%
G=32.73%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820020300.040.020.18337.57.8480
HexD0C8CB04212152850
Octal3203103130422252210120
Binary1101000011001000110010110100101001010101001010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C8CB; }

 p { color: rgb(208,200,203); }

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

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

 a { background-color: rgb(208,200,203); }

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

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

 span { border-color: rgb(208,200,203); }

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