#C8EBDC

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

Shades of Mint Tulip #C8EBDC

Tints of Mint Tulip #C8EBDC

Color information

#C8EBDC (or 0xC8EBDC) is unknown color: approx Mint Tulip. HEX triplet: C8, EB and DC. RGB value is (200,235,220). Sum of RGB (Red+Green+Blue) = 200+235+220=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EBDC is #371423. Grayscale: #DEDEDE. Windows color (decimal): -3609636 or 14478280. OLE color: 14478280.

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

Color convert

RGB200235220-
CMYK0.1500.060.08
HSL154.29º46.67%85.29%-
HSV(B)154.29º14.89%92.16%-
XYZ66.4576.8679.04-
YUV222.82126.4111.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.53%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=30.53%
G=35.88%
B=33.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002352200.1500.060.08154.2946.6785.29
HexC8EBDCF0689a2f55
Octal31035333417061023257125
Binary110010001110101111011100111101101000100110101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EBDC; }

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

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

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

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

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

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

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

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