#C9DDD1

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

Shades of Mystic #C9DDD1

Tints of Mystic #C9DDD1

Color information

#C9DDD1 (or 0xC9DDD1) is unknown color: approx Mystic. HEX triplet: C9, DD and D1. RGB value is (201,221,209). Sum of RGB (Red+Green+Blue) = 201+221+209=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDD1 is #36222E. Grayscale: #D5D5D5. Windows color (decimal): -3547695 or 13753801. OLE color: 13753801.

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

Color convert

RGB201221209-
CMYK0.0900.050.13
HSL144º22.73%82.75%-
HSV(B)144º9.05%86.67%-
XYZ61.4568.7370.35-
YUV213.65125.37118.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.85%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 209 (82.03% from 255) = 33.12%
R=31.85%
G=35.02%
B=33.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012212090.0900.050.1314422.7382.75
HexC9DDD1905D901753
Octal31133532111051522027123
Binary11001001110111011101000110010101110110010000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDD1; }

 p { color: rgb(201,221,209); }

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

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

 a { background-color: rgb(201,221,209); }

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

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

 span { border-color: rgb(201,221,209); }

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