Html Css Color HEX #C5EDDC Mint Tulip

📋 copy color: '#C5EDDC'

red 197 ◦ green 237 ◦ blue 220

#C5EDDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Tulip #C5EDDC

Tints of Mint Tulip #C5EDDC

RGB

 RED value IS 197 (77.34% from 255) = 30.12%

 GREEN value IS 237 (92.97% from 255) = 36.24%

 BLUE value IS 220 (86.33% from 255) = 33.64%

R = 30.12%
G = 36.24%
B = 33.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#C5EDDC (or 0xC5EDDC) is known color: Mint Tulip. HEX triplet: C5, ED and DC. RGB value is (197,237,220). Sum of RGB (Red+Green+Blue) = 197+237+220=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDDC is #3A1223. Grayscale: #DFDFDF. Windows color (decimal): -3805732 or 14478789. OLE color: 14478789.

HSL color Cylindrical-coordinate representation of color #C5EDDC: hue angle of 154.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5EDDC is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 237 220 -
CMYK 0.17 0 0.07 0.07
HSL 154.5º 0.53% 0.85% -
HSV(B) 154.5º 0.17% 0.93% -
XYZ 66.23 77.61 79.2 -
YUV 223.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 197 237 220 0.17 0 0.07 0.07 154.5 0.53 0.85
Hex C5 ED DC 11 0 7 7 9A 35 55
Octal 305 355 334 21 0 7 7 232 65 125
Binary 11000101 11101101 11011100 10001 0 111 111 10011010 110101 1010101

Color Harmonies of #C5EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EDDC

Black with #C5EDDC

Text Example


Text Example

White with #C5EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EDDC; }

 p { color: rgb(197,237,220); }

 H1.HeaderClassName
 {
   color: #C5EDDC;
 }
 .AnyTagClassName
 {
   color: #C5EDDC;
 }
</style>

background-color css

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

 a { background-color: rgb(197,237,220); }

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

border-color css

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

 span { border-color: rgb(197,237,220); }

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