Html Css Color HEX #C4EDDC Mint Tulip

📋 copy color: '#C4EDDC'

red 196 ◦ green 237 ◦ blue 220

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

Shades of Mint Tulip #C4EDDC

Tints of Mint Tulip #C4EDDC

RGB

 RED value IS 196 (76.95% from 255) = 30.02%

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

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

R = 30.02%
G = 36.29%
B = 33.69%

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

#C4EDDC (or 0xC4EDDC) is known color: Mint Tulip. HEX triplet: C4, ED and DC. RGB value is (196,237,220). Sum of RGB (Red+Green+Blue) = 196+237+220=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EDDC is #3B1223. Grayscale: #DEDEDE. Windows color (decimal): -3871268 or 14478788. OLE color: 14478788.

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

Color convert

RGB 196 237 220 -
CMYK 0.17 0 0.07 0.07
HSL 155.12º 0.53% 0.85% -
HSV(B) 155.12º 0.17% 0.93% -
XYZ 65.97 77.47 79.19 -
YUV 222.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 196 237 220 0.17 0 0.07 0.07 155.12 0.53 0.85
Hex C4 ED DC 11 0 7 7 9B 35 55
Octal 304 355 334 21 0 7 7 233 65 125
Binary 11000100 11101101 11011100 10001 0 111 111 10011011 110101 1010101

Color Harmonies of #C4EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4EDDC

Black with #C4EDDC

Text Example


Text Example

White with #C4EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4EDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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