#CCDDD3

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

Shades of Mystic #CCDDD3

Tints of Mystic #CCDDD3

Color information

#CCDDD3 (or 0xCCDDD3) is unknown color: approx Mystic. HEX triplet: CC, DD and D3. RGB value is (204,221,211). Sum of RGB (Red+Green+Blue) = 204+221+211=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDD3 is #33222C. Grayscale: #D6D6D6. Windows color (decimal): -3351085 or 13884876. OLE color: 13884876.

HSL color Cylindrical-coordinate representation of color #CCDDD3: hue angle of 144.71º 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 #CCDDD3 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB204221211-
CMYK0.0800.050.13
HSL144.71º20%83.33%-
HSV(B)144.71º7.69%86.67%-
XYZ62.5269.2571.7-
YUV214.78125.87120.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 211 (82.81% from 255) = 33.18%
R=32.08%
G=34.75%
B=33.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042212110.0800.050.13144.712083.33
HexCCDDD3805D911453
Octal31433532310051522124123
Binary11001100110111011101001110000101110110010001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDD3; }

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

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

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

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

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

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

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

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