#D0CFB3

Color #D0CFB3 Moon Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Mist #D0CFB3

Tints of Moon Mist #D0CFB3

Color information

#D0CFB3 (or 0xD0CFB3) is unknown color: approx Moon Mist. HEX triplet: D0, CF and B3. RGB value is (208,207,179). Sum of RGB (Red+Green+Blue) = 208+207+179=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFB3 is #2F304C. Grayscale: #CCCCCC. Windows color (decimal): -3092557 or 11784144. OLE color: 11784144.

HSL color Cylindrical-coordinate representation of color #D0CFB3: hue angle of 57.93º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0CFB3 is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB208207179-
CMYK00.000.140.18
HSL57.93º23.58%75.88%-
HSV(B)57.93º13.94%81.57%-
XYZ56.4661.2951.5-
YUV204.11113.83130.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 179 (70.31% from 255) = 30.13%
R=35.02%
G=34.85%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820717900.000.140.1857.9323.5875.88
HexD0CFB300E123a184c
Octal3203172630016227230114
Binary11010000110011111011001100111010010111010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFB3; }

 p { color: rgb(208,207,179); }

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

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

 a { background-color: rgb(208,207,179); }

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

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

 span { border-color: rgb(208,207,179); }

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