#D0C9BE

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

Shades of Stark White #D0C9BE

Tints of Stark White #D0C9BE

Color information

#D0C9BE (or 0xD0C9BE) is unknown color: approx Stark White. HEX triplet: D0, C9 and BE. RGB value is (208,201,190). Sum of RGB (Red+Green+Blue) = 208+201+190=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9BE is #2F3641. Grayscale: #C9C9C9. Windows color (decimal): -3094082 or 12503504. OLE color: 12503504.

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

Color convert

RGB208201190-
CMYK00.030.090.18
HSL36.67º16.07%78.04%-
HSV(B)36.67º8.65%81.57%-
XYZ56.1958.957.12-
YUV201.84121.32132.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 201 (78.91% from 255) = 33.56%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=34.72%
G=33.56%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820119000.030.090.1836.6716.0778.04
HexD0C9BE0391225104e
Octal3203112760311224520116
Binary110100001100100110111110011100110010100101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C9BE; }

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

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

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

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

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

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

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

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