#D0C7BE

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

Shades of Stark White #D0C7BE

Tints of Stark White #D0C7BE

Color information

#D0C7BE (or 0xD0C7BE) is unknown color: approx Stark White. HEX triplet: D0, C7 and BE. RGB value is (208,199,190). Sum of RGB (Red+Green+Blue) = 208+199+190=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C7BE is #2F3841. Grayscale: #C8C8C8. Windows color (decimal): -3094594 or 12502992. OLE color: 12502992.

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

Color convert

RGB208199190-
CMYK00.040.090.18
HSL30º16.07%78.04%-
HSV(B)30º8.65%81.57%-
XYZ55.7357.9756.97-
YUV200.66121.98133.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.84%
GREEN value IS 199 (78.12% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=34.84%
G=33.33%
B=31.83%

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
Decimal20819919000.040.090.183016.0778.04
HexD0C7BE049121e104e
Octal3203072760411223620116
Binary110100001100011110111110010010011001011110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C7BE; }

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

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

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

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

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

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

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

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