#C8F0DD

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

Shades of Mint Tulip #C8F0DD

Tints of Mint Tulip #C8F0DD

Color information

#C8F0DD (or 0xC8F0DD) is unknown color: approx Mint Tulip. HEX triplet: C8, F0 and DD. RGB value is (200,240,221). Sum of RGB (Red+Green+Blue) = 200+240+221=661 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.26% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F0DD is #370F22. Grayscale: #E1E1E1. Windows color (decimal): -3608355 or 14545096. OLE color: 14545096.

HSL color Cylindrical-coordinate representation of color #C8F0DD: hue angle of 151.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F0DD is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB200240221-
CMYK0.1700.080.06
HSL151.5º57.14%86.27%-
HSV(B)151.5º16.67%94.12%-
XYZ68.0379.8280.23-
YUV225.87125.25109.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.26%
GREEN value IS 240 (94.14% from 255) = 36.31%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=30.26%
G=36.31%
B=33.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002402210.1700.080.06151.557.1486.27
HexC8F0DD11086983956
Octal31036033521010623071126
Binary1100100011110000110111011000101000110100110001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F0DD; }

 p { color: rgb(200,240,221); }

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

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

 a { background-color: rgb(200,240,221); }

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

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

 span { border-color: rgb(200,240,221); }

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