#D2C9BD

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

Shades of Stark White #D2C9BD

Tints of Stark White #D2C9BD

Color information

#D2C9BD (or 0xD2C9BD) is unknown color: approx Stark White. HEX triplet: D2, C9 and BD. RGB value is (210,201,189). Sum of RGB (Red+Green+Blue) = 210+201+189=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C9BD is #2D3642. Grayscale: #CACACA. Windows color (decimal): -2963011 or 12437970. OLE color: 12437970.

HSL color Cylindrical-coordinate representation of color #D2C9BD: hue angle of 34.29º degrees, saturation: 0.19, 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 #D2C9BD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210201189-
CMYK00.040.100.18
HSL34.29º18.92%78.24%-
HSV(B)34.29º10%82.35%-
XYZ56.6559.1556.58-
YUV202.32120.48133.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35%
GREEN value IS 201 (78.91% from 255) = 33.5%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=35%
G=33.5%
B=31.5%

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
Decimal21020118900.040.100.1834.2918.9278.24
HexD2C9BD04A1222134e
Octal3223112750412224223116
Binary1101001011001001101111010100101010010100010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C9BD; }

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

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

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

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

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

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

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

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