Html Css Color HEX #C8EDDC Mint Tulip

📋 copy color: '#C8EDDC'

red 200 ◦ green 237 ◦ blue 220

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

Shades of Mint Tulip #C8EDDC

Tints of Mint Tulip #C8EDDC

RGB

 RED value IS 200 (78.52% from 255) = 30.44%

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

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

R = 30.44%
G = 36.07%
B = 33.49%

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

#C8EDDC (or 0xC8EDDC) is known color: Mint Tulip. HEX triplet: C8, ED and DC. RGB value is (200,237,220). Sum of RGB (Red+Green+Blue) = 200+237+220=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDDC is #371223. Grayscale: #E0E0E0. Windows color (decimal): -3609124 or 14478792. OLE color: 14478792.

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

Color convert

RGB 200 237 220 -
CMYK 0.16 0 0.07 0.07
HSL 152.43º 0.51% 0.86% -
HSV(B) 152.43º 0.16% 0.93% -
XYZ 67.02 78.02 79.24 -
YUV 224 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 200 237 220 0.16 0 0.07 0.07 152.43 0.51 0.86
Hex C8 ED DC 10 0 7 7 98 33 56
Octal 310 355 334 20 0 7 7 230 63 126
Binary 11001000 11101101 11011100 10000 0 111 111 10011000 110011 1010110

Color Harmonies of #C8EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EDDC

Black with #C8EDDC

Text Example


Text Example

White with #C8EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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