#CCCBBF

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

Shades of Moon Mist #CCCBBF

Tints of Moon Mist #CCCBBF

Color information

#CCCBBF (or 0xCCCBBF) is unknown color: approx Moon Mist. HEX triplet: CC, CB and BF. RGB value is (204,203,191). Sum of RGB (Red+Green+Blue) = 204+203+191=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBBF is #333440. Grayscale: #C9C9C9. Windows color (decimal): -3355713 or 12569548. OLE color: 12569548.

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

Color convert

RGB204203191-
CMYK00.000.060.2
HSL55.38º11.3%77.45%-
HSV(B)55.38º6.37%80%-
XYZ55.6659.3157.8-
YUV201.93121.83129.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 191 (75% from 255) = 31.94%
R=34.11%
G=33.95%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420319100.000.060.255.3811.377.45
HexCCCBBF0061437b4d
Octal314313277006246713115
Binary110011001100101110111111001101010011011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBBF; }

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

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

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

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

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

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

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

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