#CCCCB5

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

Shades of Moon Mist #CCCCB5

Tints of Moon Mist #CCCCB5

Color information

#CCCCB5 (or 0xCCCCB5) is unknown color: approx Moon Mist. HEX triplet: CC, CC and B5. RGB value is (204,204,181). Sum of RGB (Red+Green+Blue) = 204+204+181=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCB5 is #33334A. Grayscale: #C9C9C9. Windows color (decimal): -3355467 or 11914444. OLE color: 11914444.

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

Color convert

RGB204204181-
CMYK000.110.2
HSL60º18.4%75.49%-
HSV(B)60º11.27%80%-
XYZ54.8459.3652.28-
YUV201.38116.5129.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 181 (71.09% from 255) = 30.73%
R=34.63%
G=34.63%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204181000.110.26018.475.49
HexCCCCB500B143c124b
Octal3143142650013247422113
Binary11001100110011001011010100101110100111100100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCB5; }

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

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

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

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

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

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

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

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