#C8EDDC

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

Shades of Mint Tulip #C8EDDC

Tints of Mint Tulip #C8EDDC

Color information

#C8EDDC (or 0xC8EDDC) is unknown color: approx Mint Tulip. HEX triplet: C8, ED and DC. RGB value is (200,237,220). Sum of RGB (Red+Green+Blue) = 200+237+220=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDDC is #371223. Grayscale: #E0E0E0. Windows color (decimal): -3609124 or 14478792. OLE color: 14478792.

HSL color Cylindrical-coordinate representation of color #C8EDDC: hue angle of 152.43º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EDDC is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB200237220-
CMYK0.1600.070.07
HSL152.43º50.68%85.69%-
HSV(B)152.43º15.61%92.94%-
XYZ67.0278.0279.24-
YUV224125.74110.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.44%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=30.44%
G=36.07%
B=33.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002372200.1600.070.07152.4350.6885.69
HexC8EDDC10077983356
Octal3103553342007723063126
Binary110010001110110111011100100000111111100110001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDDC; }

 p { color: rgb(200,237,220); }

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

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

 a { background-color: rgb(200,237,220); }

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

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

 span { border-color: rgb(200,237,220); }

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