Html Css Color HEX #C6EDDC Mint Tulip

📋 copy color: '#C6EDDC'

red 198 ◦ green 237 ◦ blue 220

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

Shades of Mint Tulip #C6EDDC

Tints of Mint Tulip #C6EDDC

RGB

 RED value IS 198 (77.73% from 255) = 30.23%

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

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

R = 30.23%
G = 36.18%
B = 33.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#C6EDDC (or 0xC6EDDC) is known color: Mint Tulip. HEX triplet: C6, ED and DC. RGB value is (198,237,220). Sum of RGB (Red+Green+Blue) = 198+237+220=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDDC is #391223. Grayscale: #DFDFDF. Windows color (decimal): -3740196 or 14478790. OLE color: 14478790.

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

Color convert

RGB 198 237 220 -
CMYK 0.16 0 0.07 0.07
HSL 153.85º 0.52% 0.85% -
HSV(B) 153.85º 0.16% 0.93% -
XYZ 66.49 77.74 79.21 -
YUV 223.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 198 237 220 0.16 0 0.07 0.07 153.85 0.52 0.85
Hex C6 ED DC 10 0 7 7 9A 34 55
Octal 306 355 334 20 0 7 7 232 64 125
Binary 11000110 11101101 11011100 10000 0 111 111 10011010 110100 1010101

Color Harmonies of #C6EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EDDC

Black with #C6EDDC

Text Example


Text Example

White with #C6EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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