#CDCCAF

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

Shades of Moon Mist #CDCCAF

Tints of Moon Mist #CDCCAF

Color information

#CDCCAF (or 0xCDCCAF) is unknown color: approx Moon Mist. HEX triplet: CD, CC and AF. RGB value is (205,204,175). Sum of RGB (Red+Green+Blue) = 205+204+175=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCCAF is #323350. Grayscale: #C9C9C9. Windows color (decimal): -3289937 or 11521229. OLE color: 11521229.

HSL color Cylindrical-coordinate representation of color #CDCCAF: hue angle of 58º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDCCAF is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205204175-
CMYK00.000.150.20
HSL58º23.08%74.51%-
HSV(B)58º14.63%80.39%-
XYZ54.5159.2649.12-
YUV200.99113.33130.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=35.10%
G=34.93%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520417500.000.150.205823.0874.51
HexCDCCAF00F143a174b
Octal3153142570017247227113
Binary11001101110011001010111100111110100111010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCAF; }

 p { color: rgb(205,204,175); }

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

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

 a { background-color: rgb(205,204,175); }

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

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

 span { border-color: rgb(205,204,175); }

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