Html Css Color HEX #C6EADD Mint Tulip

📋 copy color: '#C6EADD'

red 198 ◦ green 234 ◦ blue 221

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

Shades of Mint Tulip #C6EADD

Tints of Mint Tulip #C6EADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.83%

 BLUE value IS 221 (86.72% from 255) = 33.84%

R = 30.32%
G = 35.83%
B = 33.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#C6EADD (or 0xC6EADD) is known color: Mint Tulip. HEX triplet: C6, EA and DD. RGB value is (198,234,221). Sum of RGB (Red+Green+Blue) = 198+234+221=653 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.32% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EADD is #391522. Grayscale: #DDDDDD. Windows color (decimal): -3740963 or 14543558. OLE color: 14543558.

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

Color convert

RGB 198 234 221 -
CMYK 0.15 0 0.06 0.08
HSL 158.33º 0.46% 0.85% -
HSV(B) 158.33º 0.15% 0.92% -
XYZ 65.76 76.07 79.62 -
YUV 221.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 198 234 221 0.15 0 0.06 0.08 158.33 0.46 0.85
Hex C6 EA DD F 0 6 8 9E 2E 55
Octal 306 352 335 17 0 6 10 236 56 125
Binary 11000110 11101010 11011101 1111 0 110 1000 10011110 101110 1010101

Color Harmonies of #C6EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EADD

Black with #C6EADD

Text Example


Text Example

White with #C6EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EADD; }

 p { color: rgb(198,234,221); }

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

background-color css

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

 a { background-color: rgb(198,234,221); }

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

border-color css

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

 span { border-color: rgb(198,234,221); }

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