#C9EBDC

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

Shades of Mint Tulip #C9EBDC

Tints of Mint Tulip #C9EBDC

Color information

#C9EBDC (or 0xC9EBDC) is unknown color: approx Mint Tulip. HEX triplet: C9, EB and DC. RGB value is (201,235,220). Sum of RGB (Red+Green+Blue) = 201+235+220=656 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.64% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EBDC is #361423. Grayscale: #DFDFDF. Windows color (decimal): -3544100 or 14478281. OLE color: 14478281.

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

Color convert

RGB201235220-
CMYK0.1400.060.08
HSL153.53º45.95%85.49%-
HSV(B)153.53º14.47%92.16%-
XYZ66.717779.06-
YUV223.12126.24112.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.64%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=30.64%
G=35.82%
B=33.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012352200.1400.060.08153.5345.9585.49
HexC9EBDCE0689a2e55
Octal31135333416061023256125
Binary110010011110101111011100111001101000100110101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EBDC; }

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

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

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

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

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

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

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

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