#D0C6BC

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

Shades of Stark White #D0C6BC

Tints of Stark White #D0C6BC

Color information

#D0C6BC (or 0xD0C6BC) is unknown color: approx Stark White. HEX triplet: D0, C6 and BC. RGB value is (208,198,188). Sum of RGB (Red+Green+Blue) = 208+198+188=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C6BC is #2F3943. Grayscale: #C7C7C7. Windows color (decimal): -3094852 or 12371664. OLE color: 12371664.

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

Color convert

RGB208198188-
CMYK00.050.100.18
HSL30º17.54%77.65%-
HSV(B)30º9.62%81.57%-
XYZ55.2857.4355.75-
YUV199.85121.31133.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 198 (77.73% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=35.02%
G=33.33%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819818800.050.100.183017.5477.65
HexD0C6BC05A121e124e
Octal3203062740512223622116
Binary110100001100011010111100010110101001011110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C6BC; }

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

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

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

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

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

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

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

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