#CCCBB0

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

Shades of Moon Mist #CCCBB0

Tints of Moon Mist #CCCBB0

Color information

#CCCBB0 (or 0xCCCBB0) is unknown color: approx Moon Mist. HEX triplet: CC, CB and B0. RGB value is (204,203,176). Sum of RGB (Red+Green+Blue) = 204+203+176=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBB0 is #33344F. Grayscale: #C8C8C8. Windows color (decimal): -3355728 or 11586508. OLE color: 11586508.

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

Color convert

RGB204203176-
CMYK00.000.140.2
HSL57.86º21.54%74.51%-
HSV(B)57.86º13.73%80%-
XYZ54.0958.6849.55-
YUV200.22114.33130.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 176 (69.14% from 255) = 30.19%
R=34.99%
G=34.82%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420317600.000.140.257.8621.5474.51
HexCCCBB000E143a164b
Octal3143132600016247226113
Binary11001100110010111011000000111010100111010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBB0; }

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

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

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

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

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

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

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

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