#D8CABA

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

Shades of Stark White #D8CABA

Tints of Stark White #D8CABA

Color information

#D8CABA (or 0xD8CABA) is unknown color: approx Stark White. HEX triplet: D8, CA and BA. RGB value is (216,202,186). Sum of RGB (Red+Green+Blue) = 216+202+186=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CABA is #273545. Grayscale: #CCCCCC. Windows color (decimal): -2569542 or 12241624. OLE color: 12241624.

HSL color Cylindrical-coordinate representation of color #D8CABA: hue angle of 32º degrees, saturation: 0.28, 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 #D8CABA is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216202186-
CMYK00.060.140.15
HSL32º27.78%78.82%-
HSV(B)32º13.89%84.71%-
XYZ58.360.3955.04-
YUV204.36117.64136.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.76%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=35.76%
G=33.44%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620218600.060.140.153227.7878.82
HexD8CABA06EF201c4f
Octal3303122720616174034117
Binary110110001100101010111010011011101111100000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CABA; }

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

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

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

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

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

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

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

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