#C5EADD

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

Shades of Mint Tulip #C5EADD

Tints of Mint Tulip #C5EADD

Color information

#C5EADD (or 0xC5EADD) is unknown color: approx Mint Tulip. HEX triplet: C5, EA and DD. RGB value is (197,234,221). Sum of RGB (Red+Green+Blue) = 197+234+221=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EADD is #3A1522. Grayscale: #DDDDDD. Windows color (decimal): -3806499 or 14543557. OLE color: 14543557.

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

Color convert

RGB197234221-
CMYK0.1600.060.08
HSL158.92º46.84%84.51%-
HSV(B)158.92º15.81%91.76%-
XYZ65.575.9479.61-
YUV221.46127.74110.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.21%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=30.21%
G=35.89%
B=33.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972342210.1600.060.08158.9246.8484.51
HexC5EADD100689f2f55
Octal30535233520061023757125
Binary1100010111101010110111011000001101000100111111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EADD; }

 p { color: rgb(197,234,221); }

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

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

 a { background-color: rgb(197,234,221); }

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

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

 span { border-color: rgb(197,234,221); }

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