#CCCAAF

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

Shades of Moon Mist #CCCAAF

Tints of Moon Mist #CCCAAF

Color information

#CCCAAF (or 0xCCCAAF) is unknown color: approx Moon Mist. HEX triplet: CC, CA and AF. RGB value is (204,202,175). Sum of RGB (Red+Green+Blue) = 204+202+175=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAAF is #333550. Grayscale: #C7C7C7. Windows color (decimal): -3355985 or 11520716. OLE color: 11520716.

HSL color Cylindrical-coordinate representation of color #CCCAAF: hue angle of 55.86º 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 #CCCAAF is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204202175-
CMYK00.010.140.2
HSL55.86º22.14%74.31%-
HSV(B)55.86º14.22%80%-
XYZ53.7658.1748.95-
YUV199.52114.16131.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 175 (68.75% from 255) = 30.12%
R=35.11%
G=34.77%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420217500.010.140.255.8622.1474.31
HexCCCAAF01E1438164a
Octal3143122570116247026112
Binary11001100110010101010111101111010100111000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAAF; }

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

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

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

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

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

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

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

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