Html Css Color HEX #C0E8DD Mint Tulip

📋 copy color: '#C0E8DD'

red 192 ◦ green 232 ◦ blue 221

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

Shades of Mint Tulip #C0E8DD

Tints of Mint Tulip #C0E8DD

RGB

 RED value IS 192 (75.39% from 255) = 29.77%

 GREEN value IS 232 (91.02% from 255) = 35.97%

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

R = 29.77%
G = 35.97%
B = 34.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#C0E8DD (or 0xC0E8DD) is known color: Mint Tulip. HEX triplet: C0, E8 and DD. RGB value is (192,232,221). Sum of RGB (Red+Green+Blue) = 192+232+221=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E8DD is #3F1722. Grayscale: #DADADA. Windows color (decimal): -4134691 or 14543040. OLE color: 14543040.

HSL color Cylindrical-coordinate representation of color #C0E8DD: hue angle of 163.5º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0E8DD is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 232 221 -
CMYK 0.17 0 0.05 0.09
HSL 163.5º 0.47% 0.83% -
HSV(B) 163.5º 0.17% 0.91% -
XYZ 63.65 74.14 79.36 -
YUV 218.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 192 232 221 0.17 0 0.05 0.09 163.5 0.47 0.83
Hex C0 E8 DD 11 0 5 9 A4 2F 53
Octal 300 350 335 21 0 5 11 244 57 123
Binary 11000000 11101000 11011101 10001 0 101 1001 10100100 101111 1010011

Color Harmonies of #C0E8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E8DD

Black with #C0E8DD

Text Example


Text Example

White with #C0E8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E8DD; }

 p { color: rgb(192,232,221); }

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

background-color css

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

 a { background-color: rgb(192,232,221); }

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

border-color css

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

 span { border-color: rgb(192,232,221); }

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