#D0C8BE

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

Shades of Stark White #D0C8BE

Tints of Stark White #D0C8BE

Color information

#D0C8BE (or 0xD0C8BE) is unknown color: approx Stark White. HEX triplet: D0, C8 and BE. RGB value is (208,200,190). Sum of RGB (Red+Green+Blue) = 208+200+190=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8BE is #2F3741. Grayscale: #C9C9C9. Windows color (decimal): -3094338 or 12503248. OLE color: 12503248.

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

Color convert

RGB208200190-
CMYK00.040.090.18
HSL33.33º16.07%78.04%-
HSV(B)33.33º8.65%81.57%-
XYZ55.9658.4457.05-
YUV201.25121.65132.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.78%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=34.78%
G=33.44%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820019000.040.090.1833.3316.0778.04
HexD0C8BE0491221104e
Octal3203102760411224120116
Binary1101000011001000101111100100100110010100001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C8BE; }

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

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

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

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

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

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

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

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