#D0C7BC

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

Shades of Stark White #D0C7BC

Tints of Stark White #D0C7BC

Color information

#D0C7BC (or 0xD0C7BC) is unknown color: approx Stark White. HEX triplet: D0, C7 and BC. RGB value is (208,199,188). Sum of RGB (Red+Green+Blue) = 208+199+188=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C7BC is #2F3843. Grayscale: #C8C8C8. Windows color (decimal): -3094596 or 12371920. OLE color: 12371920.

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

Color convert

RGB208199188-
CMYK00.040.100.18
HSL33º17.54%77.65%-
HSV(B)33º9.62%81.57%-
XYZ55.5157.8955.82-
YUV200.44120.98133.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 199 (78.12% from 255) = 33.45%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=34.96%
G=33.45%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819918800.040.100.183317.5477.65
HexD0C7BC04A1221124e
Octal3203072740412224122116
Binary1101000011000111101111000100101010010100001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C7BC; }

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

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

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

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

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

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

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

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