#C8EADE

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

Shades of Mint Tulip #C8EADE

Tints of Mint Tulip #C8EADE

Color information

#C8EADE (or 0xC8EADE) is unknown color: approx Mint Tulip. HEX triplet: C8, EA and DE. RGB value is (200,234,222). Sum of RGB (Red+Green+Blue) = 200+234+222=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EADE is #371521. Grayscale: #DEDEDE. Windows color (decimal): -3609890 or 14609096. OLE color: 14609096.

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

Color convert

RGB200234222-
CMYK0.1500.050.08
HSL158.82º44.74%85.1%-
HSV(B)158.82º14.53%91.76%-
XYZ66.4376.480.35-
YUV222.47127.74111.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.49%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=30.49%
G=35.67%
B=33.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002342220.1500.050.08158.8244.7485.1
HexC8EADEF0589f2d55
Octal31035233617051023755125
Binary110010001110101011011110111101011000100111111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EADE; }

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

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

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

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

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

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

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

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