#CECCB2

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

Shades of Moon Mist #CECCB2

Tints of Moon Mist #CECCB2

Color information

#CECCB2 (or 0xCECCB2) is unknown color: approx Moon Mist. HEX triplet: CE, CC and B2. RGB value is (206,204,178). Sum of RGB (Red+Green+Blue) = 206+204+178=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECCB2 is #31334D. Grayscale: #C9C9C9. Windows color (decimal): -3224398 or 11717838. OLE color: 11717838.

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

Color convert

RGB206204178-
CMYK00.010.140.19
HSL55.71º22.22%75.29%-
HSV(B)55.71º13.59%80.78%-
XYZ55.0859.5250.71-
YUV201.63114.66131.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.03%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 178 (69.92% from 255) = 30.27%
R=35.03%
G=34.69%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620417800.010.140.1955.7122.2275.29
HexCECCB201E1338164b
Octal3163142620116237026113
Binary11001110110011001011001001111010011111000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCB2; }

 p { color: rgb(206,204,178); }

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

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

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

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

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

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

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