#CCDDD2

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

Shades of Mystic #CCDDD2

Tints of Mystic #CCDDD2

Color information

#CCDDD2 (or 0xCCDDD2) is unknown color: approx Mystic. HEX triplet: CC, DD and D2. RGB value is (204,221,210). Sum of RGB (Red+Green+Blue) = 204+221+210=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDD2 is #33222D. Grayscale: #D6D6D6. Windows color (decimal): -3351086 or 13819340. OLE color: 13819340.

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

Color convert

RGB204221210-
CMYK0.0800.050.13
HSL141.18º20%83.33%-
HSV(B)141.18º7.69%86.67%-
XYZ62.3969.271.04-
YUV214.66125.37120.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 210 (82.42% from 255) = 33.07%
R=32.13%
G=34.80%
B=33.07%

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
Decimal2042212100.0800.050.13141.182083.33
HexCCDDD2805D8d1453
Octal31433532210051521524123
Binary11001100110111011101001010000101110110001101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDD2; }

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

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

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

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

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

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

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

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