#D0C8BF

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

Shades of Stark White #D0C8BF

Tints of Stark White #D0C8BF

Color information

#D0C8BF (or 0xD0C8BF) is unknown color: approx Stark White. HEX triplet: D0, C8 and BF. RGB value is (208,200,191). Sum of RGB (Red+Green+Blue) = 208+200+191=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8BF is #2F3740. Grayscale: #C9C9C9. Windows color (decimal): -3094337 or 12568784. OLE color: 12568784.

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

Color convert

RGB208200191-
CMYK00.040.080.18
HSL31.76º15.32%78.24%-
HSV(B)31.76º8.17%81.57%-
XYZ56.0758.4857.62-
YUV201.37122.15132.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 200 (78.52% from 255) = 33.39%
BLUE value IS 191 (75% from 255) = 31.89%
R=34.72%
G=33.39%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820019100.040.080.1831.7615.3278.24
HexD0C8BF0481220f4e
Octal3203102770410224017116
Binary110100001100100010111111010010001001010000011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C8BF; }

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

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

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

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

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

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

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

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