#CCCBBB

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

Shades of Moon Mist #CCCBBB

Tints of Moon Mist #CCCBBB

Color information

#CCCBBB (or 0xCCCBBB) is unknown color: approx Moon Mist. HEX triplet: CC, CB and BB. RGB value is (204,203,187). Sum of RGB (Red+Green+Blue) = 204+203+187=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBBB is #333444. Grayscale: #C9C9C9. Windows color (decimal): -3355717 or 12307404. OLE color: 12307404.

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

Color convert

RGB204203187-
CMYK00.000.080.2
HSL56.47º14.29%76.67%-
HSV(B)56.47º8.33%80%-
XYZ55.2359.1455.52-
YUV201.48119.83129.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 203 (79.69% from 255) = 34.18%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=34.34%
G=34.18%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420318700.000.080.256.4714.2976.67
HexCCCBBB0081438e4d
Octal3143132730010247016115
Binary1100110011001011101110110010001010011100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBBB; }

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

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

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

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

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

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

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

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