#CCCCBE

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

Shades of Moon Mist #CCCCBE

Tints of Moon Mist #CCCCBE

Color information

#CCCCBE (or 0xCCCCBE) is unknown color: approx Moon Mist. HEX triplet: CC, CC and BE. RGB value is (204,204,190). Sum of RGB (Red+Green+Blue) = 204+204+190=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCBE is #333341. Grayscale: #CACACA. Windows color (decimal): -3355458 or 12504268. OLE color: 12504268.

HSL color Cylindrical-coordinate representation of color #CCCCBE: hue angle of 60º degrees, saturation: 0.12, 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 #CCCCBE is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204204190-
CMYK000.070.2
HSL60º12.07%77.25%-
HSV(B)60º6.86%80%-
XYZ55.7959.7457.31-
YUV202.4121129.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=34.11%
G=34.11%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204190000.070.26012.0777.25
HexCCCCBE007143cc4d
Octal314314276007247414115
Binary110011001100110010111110001111010011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCBE; }

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

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

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

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

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

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

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

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