#D9CABA

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

Shades of Stark White #D9CABA

Tints of Stark White #D9CABA

Color information

#D9CABA (or 0xD9CABA) is unknown color: approx Stark White. HEX triplet: D9, CA and BA. RGB value is (217,202,186). Sum of RGB (Red+Green+Blue) = 217+202+186=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CABA is #263545. Grayscale: #CCCCCC. Windows color (decimal): -2504006 or 12241625. OLE color: 12241625.

HSL color Cylindrical-coordinate representation of color #D9CABA: hue angle of 30.97º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9CABA is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217202186-
CMYK00.070.140.15
HSL30.97º28.97%79.02%-
HSV(B)30.97º14.29%85.1%-
XYZ58.660.5455.05-
YUV204.66117.47136.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.87%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=35.87%
G=33.39%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720218600.070.140.1530.9728.9779.02
HexD9CABA07EF1f1d4f
Octal3313122720716173735117
Binary11011001110010101011101001111110111111111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CABA; }

 p { color: rgb(217,202,186); }

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

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

 a { background-color: rgb(217,202,186); }

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

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

 span { border-color: rgb(217,202,186); }

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