#C0E8DD

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

Shades of Mint Tulip #C0E8DD

Tints of Mint Tulip #C0E8DD

Color information

#C0E8DD (or 0xC0E8DD) is unknown color: approx Mint Tulip. HEX triplet: C0, E8 and DD. RGB value is (192,232,221). Sum of RGB (Red+Green+Blue) = 192+232+221=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E8DD is #3F1722. Grayscale: #DADADA. Windows color (decimal): -4134691 or 14543040. OLE color: 14543040.

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

Color convert

RGB192232221-
CMYK0.1700.050.09
HSL163.5º46.51%83.14%-
HSV(B)163.5º17.24%90.98%-
XYZ63.6574.1479.36-
YUV218.79129.25108.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.77%
GREEN value IS 232 (91.02% from 255) = 35.97%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=29.77%
G=35.97%
B=34.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1922322210.1700.050.09163.546.5183.14
HexC0E8DD11059a42f53
Octal30035033521051124457123
Binary1100000011101000110111011000101011001101001001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E8DD; }

 p { color: rgb(192,232,221); }

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

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

 a { background-color: rgb(192,232,221); }

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

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

 span { border-color: rgb(192,232,221); }

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