#CCCBBD

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

Shades of Moon Mist #CCCBBD

Tints of Moon Mist #CCCBBD

Color information

#CCCBBD (or 0xCCCBBD) is unknown color: approx Moon Mist. HEX triplet: CC, CB and BD. RGB value is (204,203,189). Sum of RGB (Red+Green+Blue) = 204+203+189=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBBD is #333442. Grayscale: #C9C9C9. Windows color (decimal): -3355715 or 12438476. OLE color: 12438476.

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

Color convert

RGB204203189-
CMYK00.000.070.2
HSL56º12.82%77.06%-
HSV(B)56º7.35%80%-
XYZ55.4459.2256.65-
YUV201.7120.83129.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 203 (79.69% from 255) = 34.06%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=34.23%
G=34.06%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420318900.000.070.25612.8277.06
HexCCCBBD0071438d4d
Octal314313275007247015115
Binary110011001100101110111101001111010011100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBBD; }

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

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

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

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

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

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

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

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