#D0C9BF

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

Shades of Stark White #D0C9BF

Tints of Stark White #D0C9BF

Color information

#D0C9BF (or 0xD0C9BF) is unknown color: approx Stark White. HEX triplet: D0, C9 and BF. RGB value is (208,201,191). Sum of RGB (Red+Green+Blue) = 208+201+191=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9BF is #2F3640. Grayscale: #C9C9C9. Windows color (decimal): -3094081 or 12569040. OLE color: 12569040.

HSL color Cylindrical-coordinate representation of color #D0C9BF: hue angle of 35.29º 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 #D0C9BF is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208201191-
CMYK00.030.080.18
HSL35.29º15.32%78.24%-
HSV(B)35.29º8.17%81.57%-
XYZ56.358.9457.7-
YUV201.95121.82132.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 201 (78.91% from 255) = 33.5%
BLUE value IS 191 (75% from 255) = 31.83%
R=34.67%
G=33.5%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820119100.030.080.1835.2915.3278.24
HexD0C9BF0381223f4e
Octal3203112770310224317116
Binary11010000110010011011111101110001001010001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C9BF; }

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

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

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

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

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

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

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

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