#D2C9BB

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

Shades of Stark White #D2C9BB

Tints of Stark White #D2C9BB

Color information

#D2C9BB (or 0xD2C9BB) is unknown color: approx Stark White. HEX triplet: D2, C9 and BB. RGB value is (210,201,187). Sum of RGB (Red+Green+Blue) = 210+201+187=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C9BB is #2D3644. Grayscale: #CACACA. Windows color (decimal): -2963013 or 12306898. OLE color: 12306898.

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

Color convert

RGB210201187-
CMYK00.040.110.18
HSL36.52º20.35%77.84%-
HSV(B)36.52º10.95%82.35%-
XYZ56.4359.0655.44-
YUV202.1119.48133.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 201 (78.91% from 255) = 33.61%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=35.12%
G=33.61%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020118700.040.110.1836.5220.3577.84
HexD2C9BB04B1225144e
Octal3223112730413224524116
Binary1101001011001001101110110100101110010100101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C9BB; }

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

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

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

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

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

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

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

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