#D1CFB5

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

Shades of Moon Mist #D1CFB5

Tints of Moon Mist #D1CFB5

Color information

#D1CFB5 (or 0xD1CFB5) is unknown color: approx Moon Mist. HEX triplet: D1, CF and B5. RGB value is (209,207,181). Sum of RGB (Red+Green+Blue) = 209+207+181=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFB5 is #2E304A. Grayscale: #CCCCCC. Windows color (decimal): -3027019 or 11915217. OLE color: 11915217.

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

Color convert

RGB209207181-
CMYK00.010.130.18
HSL55.71º23.33%76.47%-
HSV(B)55.71º13.4%81.96%-
XYZ56.9561.5252.59-
YUV204.63114.66131.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.01%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 181 (71.09% from 255) = 30.32%
R=35.01%
G=34.67%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920718100.010.130.1855.7123.3376.47
HexD1CFB501D1238174c
Octal3213172650115227027114
Binary11010001110011111011010101110110010111000101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFB5; }

 p { color: rgb(209,207,181); }

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

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

 a { background-color: rgb(209,207,181); }

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

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

 span { border-color: rgb(209,207,181); }

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