#CCCCBB

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

Shades of Moon Mist #CCCCBB

Tints of Moon Mist #CCCCBB

Color information

#CCCCBB (or 0xCCCCBB) is unknown color: approx Moon Mist. HEX triplet: CC, CC and BB. RGB value is (204,204,187). Sum of RGB (Red+Green+Blue) = 204+204+187=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCBB is #333344. Grayscale: #CACACA. Windows color (decimal): -3355461 or 12307660. OLE color: 12307660.

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

Color convert

RGB204204187-
CMYK000.080.2
HSL60º14.29%76.67%-
HSV(B)60º8.33%80%-
XYZ55.4659.6155.6-
YUV202.06119.5129.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=34.29%
G=34.29%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204187000.080.26014.2976.67
HexCCCCBB008143ce4d
Octal3143142730010247416115
Binary1100110011001100101110110010001010011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCBB; }

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

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

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

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

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

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

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

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