#CCE1D5

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

Shades of Mystic #CCE1D5

Tints of Mystic #CCE1D5

Color information

#CCE1D5 (or 0xCCE1D5) is unknown color: approx Mystic. HEX triplet: CC, E1 and D5. RGB value is (204,225,213). Sum of RGB (Red+Green+Blue) = 204+225+213=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1D5 is #331E2A. Grayscale: #D9D9D9. Windows color (decimal): -3350059 or 14016972. OLE color: 14016972.

HSL color Cylindrical-coordinate representation of color #CCE1D5: hue angle of 145.71º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE1D5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB204225213-
CMYK0.0900.050.12
HSL145.71º25.93%84.12%-
HSV(B)145.71º9.33%88.24%-
XYZ63.8471.4973.39-
YUV217.35125.54118.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 225 (88.28% from 255) = 35.05%
BLUE value IS 213 (83.59% from 255) = 33.18%
R=31.78%
G=35.05%
B=33.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042252130.0900.050.12145.7125.9384.12
HexCCE1D5905C921a54
Octal31434132511051422232124
Binary11001100111000011101010110010101110010010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1D5; }

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

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

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

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

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

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

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

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