#D2CABD

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

Shades of Stark White #D2CABD

Tints of Stark White #D2CABD

Color information

#D2CABD (or 0xD2CABD) is unknown color: approx Stark White. HEX triplet: D2, CA and BD. RGB value is (210,202,189). Sum of RGB (Red+Green+Blue) = 210+202+189=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CABD is #2D3542. Grayscale: #CACACA. Windows color (decimal): -2962755 or 12438226. OLE color: 12438226.

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

Color convert

RGB210202189-
CMYK00.040.100.18
HSL37.14º18.92%78.24%-
HSV(B)37.14º10%82.35%-
XYZ56.8859.6256.65-
YUV202.91120.15133.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.94%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=34.94%
G=33.61%
B=31.45%

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
Decimal21020218900.040.100.1837.1418.9278.24
HexD2CABD04A1225134e
Octal3223122750412224523116
Binary1101001011001010101111010100101010010100101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CABD; }

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

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

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

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

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

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

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

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