#D0C8BA

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

Shades of Stark White #D0C8BA

Tints of Stark White #D0C8BA

Color information

#D0C8BA (or 0xD0C8BA) is unknown color: approx Stark White. HEX triplet: D0, C8 and BA. RGB value is (208,200,186). Sum of RGB (Red+Green+Blue) = 208+200+186=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8BA is #2F3745. Grayscale: #C8C8C8. Windows color (decimal): -3094342 or 12241104. OLE color: 12241104.

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

Color convert

RGB208200186-
CMYK00.040.110.18
HSL38.18º18.97%77.25%-
HSV(B)38.18º10.58%81.57%-
XYZ55.5358.2654.77-
YUV200.8119.65133.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=35.02%
G=33.67%
B=31.31%

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
Decimal20820018600.040.110.1838.1818.9777.25
HexD0C8BA04B1226134d
Octal3203102720413224623115
Binary1101000011001000101110100100101110010100110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C8BA; }

 p { color: rgb(208,200,186); }

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

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

 a { background-color: rgb(208,200,186); }

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

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

 span { border-color: rgb(208,200,186); }

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