#C9EBDB

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

Shades of Mint Tulip #C9EBDB

Tints of Mint Tulip #C9EBDB

Color information

#C9EBDB (or 0xC9EBDB) is unknown color: approx Mint Tulip. HEX triplet: C9, EB and DB. RGB value is (201,235,219). Sum of RGB (Red+Green+Blue) = 201+235+219=655 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.69% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EBDB is #361424. Grayscale: #DFDFDF. Windows color (decimal): -3544101 or 14412745. OLE color: 14412745.

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

Color convert

RGB201235219-
CMYK0.1400.070.08
HSL151.76º45.95%85.49%-
HSV(B)151.76º14.47%92.16%-
XYZ66.5876.9578.36-
YUV223.01125.74112.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.69%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=30.69%
G=35.88%
B=33.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012352190.1400.070.08151.7645.9585.49
HexC9EBDBE078982e55
Octal31135333316071023056125
Binary110010011110101111011011111001111000100110001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EBDB; }

 p { color: rgb(201,235,219); }

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

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

 a { background-color: rgb(201,235,219); }

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

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

 span { border-color: rgb(201,235,219); }

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