#D2C9BE

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

Shades of Stark White #D2C9BE

Tints of Stark White #D2C9BE

Color information

#D2C9BE (or 0xD2C9BE) is unknown color: approx Stark White. HEX triplet: D2, C9 and BE. RGB value is (210,201,190). Sum of RGB (Red+Green+Blue) = 210+201+190=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C9BE is #2D3641. Grayscale: #CACACA. Windows color (decimal): -2963010 or 12503506. OLE color: 12503506.

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

Color convert

RGB210201190-
CMYK00.040.100.18
HSL33º18.18%78.43%-
HSV(B)33º9.52%82.35%-
XYZ56.7659.1957.15-
YUV202.44120.98133.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.94%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=34.94%
G=33.44%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020119000.040.100.183318.1878.43
HexD2C9BE04A1221124e
Octal3223112760412224122116
Binary1101001011001001101111100100101010010100001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C9BE; }

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

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

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

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

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

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

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

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