#CCE2D5

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

Shades of Mystic #CCE2D5

Tints of Mystic #CCE2D5

Color information

#CCE2D5 (or 0xCCE2D5) is unknown color: approx Mystic. HEX triplet: CC, E2 and D5. RGB value is (204,226,213). Sum of RGB (Red+Green+Blue) = 204+226+213=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2D5 is #331D2A. Grayscale: #D9D9D9. Windows color (decimal): -3349803 or 14017228. OLE color: 14017228.

HSL color Cylindrical-coordinate representation of color #CCE2D5: hue angle of 144.55º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE2D5 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB204226213-
CMYK0.1000.060.11
HSL144.55º27.5%84.31%-
HSV(B)144.55º9.73%88.63%-
XYZ64.1172.0373.48-
YUV217.94125.21118.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 226 (88.67% from 255) = 35.15%
BLUE value IS 213 (83.59% from 255) = 33.13%
R=31.73%
G=35.15%
B=33.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042262130.1000.060.11144.5527.584.31
HexCCE2D5A06B911c54
Octal31434232512061322134124
Binary11001100111000101101010110100110101110010001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2D5; }

 p { color: rgb(204,226,213); }

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

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

 a { background-color: rgb(204,226,213); }

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

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

 span { border-color: rgb(204,226,213); }

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