#C9EADE

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

Shades of Mint Tulip #C9EADE

Tints of Mint Tulip #C9EADE

Color information

#C9EADE (or 0xC9EADE) is unknown color: approx Mint Tulip. HEX triplet: C9, EA and DE. RGB value is (201,234,222). Sum of RGB (Red+Green+Blue) = 201+234+222=657 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.59% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EADE is #361521. Grayscale: #DEDEDE. Windows color (decimal): -3544354 or 14609097. OLE color: 14609097.

HSL color Cylindrical-coordinate representation of color #C9EADE: hue angle of 158.18º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9EADE is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB201234222-
CMYK0.1400.050.08
HSL158.18º44%85.29%-
HSV(B)158.18º14.1%91.76%-
XYZ66.776.5480.37-
YUV222.76127.57112.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.59%
GREEN value IS 234 (91.80% from 255) = 35.62%
BLUE value IS 222 (87.11% from 255) = 33.79%
R=30.59%
G=35.62%
B=33.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012342220.1400.050.08158.184485.29
HexC9EADEE0589e2c55
Octal31135233616051023654125
Binary110010011110101011011110111001011000100111101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EADE; }

 p { color: rgb(201,234,222); }

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

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

 a { background-color: rgb(201,234,222); }

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

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

 span { border-color: rgb(201,234,222); }

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