#CCCCAF

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

Shades of Moon Mist #CCCCAF

Tints of Moon Mist #CCCCAF

Color information

#CCCCAF (or 0xCCCCAF) is unknown color: approx Moon Mist. HEX triplet: CC, CC and AF. RGB value is (204,204,175). Sum of RGB (Red+Green+Blue) = 204+204+175=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCAF is #333350. Grayscale: #C8C8C8. Windows color (decimal): -3355473 or 11521228. OLE color: 11521228.

HSL color Cylindrical-coordinate representation of color #CCCCAF: hue angle of 60º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCCAF is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204204175-
CMYK000.140.2
HSL60º22.14%74.31%-
HSV(B)60º14.22%80%-
XYZ54.2359.1249.11-
YUV200.69113.5130.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=34.99%
G=34.99%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204175000.140.26022.1474.31
HexCCCCAF00E143c164a
Octal3143142570016247426112
Binary11001100110011001010111100111010100111100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCAF; }

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

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

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

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

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

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

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

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