#C8EDDE

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

Shades of Mint Tulip #C8EDDE

Tints of Mint Tulip #C8EDDE

Color information

#C8EDDE (or 0xC8EDDE) is unknown color: approx Mint Tulip. HEX triplet: C8, ED and DE. RGB value is (200,237,222). Sum of RGB (Red+Green+Blue) = 200+237+222=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDDE is #371221. Grayscale: #E0E0E0. Windows color (decimal): -3609122 or 14609864. OLE color: 14609864.

HSL color Cylindrical-coordinate representation of color #C8EDDE: hue angle of 155.68º 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 #C8EDDE is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB200237222-
CMYK0.1600.060.07
HSL155.68º50.68%85.69%-
HSV(B)155.68º15.61%92.94%-
XYZ67.2978.1280.64-
YUV224.23126.74110.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.35%
GREEN value IS 237 (92.97% from 255) = 35.96%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=30.35%
G=35.96%
B=33.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002372220.1600.060.07155.6850.6885.69
HexC8EDDE100679c3356
Octal3103553362006723463126
Binary110010001110110111011110100000110111100111001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDDE; }

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

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

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

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

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

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

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

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