#CCCDB6

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

Shades of Moon Mist #CCCDB6

Tints of Moon Mist #CCCDB6

Color information

#CCCDB6 (or 0xCCCDB6) is unknown color: approx Moon Mist. HEX triplet: CC, CD and B6. RGB value is (204,205,182). Sum of RGB (Red+Green+Blue) = 204+205+182=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDB6 is #333249. Grayscale: #CACACA. Windows color (decimal): -3355210 or 11980236. OLE color: 11980236.

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

Color convert

RGB204205182-
CMYK0.0000.110.20
HSL62.61º18.7%75.88%-
HSV(B)62.61º11.22%80.39%-
XYZ55.1859.8852.91-
YUV202.08116.67129.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=34.52%
G=34.69%
B=30.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051820.0000.110.2062.6118.775.88
HexCCCDB600B143f134c
Octal3143152660013247723114
Binary11001100110011011011011000101110100111111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDB6; }

 p { color: rgb(204,205,182); }

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

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

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

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

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

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

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