#CCCBB4

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

Shades of Moon Mist #CCCBB4

Tints of Moon Mist #CCCBB4

Color information

#CCCBB4 (or 0xCCCBB4) is unknown color: approx Moon Mist. HEX triplet: CC, CB and B4. RGB value is (204,203,180). Sum of RGB (Red+Green+Blue) = 204+203+180=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBB4 is #33344B. Grayscale: #C8C8C8. Windows color (decimal): -3355724 or 11848652. OLE color: 11848652.

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

Color convert

RGB204203180-
CMYK00.000.120.2
HSL57.5º19.05%75.29%-
HSV(B)57.5º11.76%80%-
XYZ54.558.8451.67-
YUV200.68116.33130.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 203 (79.69% from 255) = 34.58%
BLUE value IS 180 (70.70% from 255) = 30.66%
R=34.75%
G=34.58%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420318000.000.120.257.519.0575.29
HexCCCBB400C143a134b
Octal3143132640014247223113
Binary11001100110010111011010000110010100111010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBB4; }

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

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

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

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

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

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

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

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