#CCE1D4

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

Shades of Mystic #CCE1D4

Tints of Mystic #CCE1D4

Color information

#CCE1D4 (or 0xCCE1D4) is unknown color: approx Mystic. HEX triplet: CC, E1 and D4. RGB value is (204,225,212). Sum of RGB (Red+Green+Blue) = 204+225+212=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1D4 is #331E2B. Grayscale: #D9D9D9. Windows color (decimal): -3350060 or 13951436. OLE color: 13951436.

HSL color Cylindrical-coordinate representation of color #CCE1D4: hue angle of 142.86º 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 #CCE1D4 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB204225212-
CMYK0.0900.060.12
HSL142.86º25.93%84.12%-
HSV(B)142.86º9.33%88.24%-
XYZ63.7171.4472.72-
YUV217.24125.04118.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 212 (83.20% from 255) = 33.07%
R=31.83%
G=35.10%
B=33.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042252120.0900.060.12142.8625.9384.12
HexCCE1D4906C8f1a54
Octal31434132411061421732124
Binary11001100111000011101010010010110110010001111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1D4; }

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

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

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

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

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

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

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

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