#CCDDD4

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

Shades of Mystic #CCDDD4

Tints of Mystic #CCDDD4

Color information

#CCDDD4 (or 0xCCDDD4) is unknown color: approx Mystic. HEX triplet: CC, DD and D4. RGB value is (204,221,212). Sum of RGB (Red+Green+Blue) = 204+221+212=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDD4 is #33222B. Grayscale: #D6D6D6. Windows color (decimal): -3351084 or 13950412. OLE color: 13950412.

HSL color Cylindrical-coordinate representation of color #CCDDD4: hue angle of 148.24º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDDD4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB204221212-
CMYK0.0800.040.13
HSL148.24º20%83.33%-
HSV(B)148.24º7.69%86.67%-
XYZ62.6469.372.36-
YUV214.89126.37120.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 212 (83.20% from 255) = 33.28%
R=32.03%
G=34.69%
B=33.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042212120.0800.040.13148.242083.33
HexCCDDD4804D941453
Octal31433532410041522424123
Binary11001100110111011101010010000100110110010100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDD4; }

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

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

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

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

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

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

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

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