Html Css Color HEX #CAEEDE Mint Tulip

📋 copy color: '#CAEEDE'

red 202 ◦ green 238 ◦ blue 222

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

Shades of Mint Tulip #CAEEDE

Tints of Mint Tulip #CAEEDE

RGB

 RED value IS 202 (79.3% from 255) = 30.51%

 GREEN value IS 238 (93.36% from 255) = 35.95%

 BLUE value IS 222 (87.11% from 255) = 33.53%

R = 30.51%
G = 35.95%
B = 33.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#CAEEDE (or 0xCAEEDE) is known color: Mint Tulip. HEX triplet: CA, EE and DE. RGB value is (202,238,222). Sum of RGB (Red+Green+Blue) = 202+238+222=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEDE is #351121. Grayscale: #E1E1E1. Windows color (decimal): -3477794 or 14610122. OLE color: 14610122.

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

Color convert

RGB 202 238 222 -
CMYK 0.15 0 0.07 0.07
HSL 153.33º 0.51% 0.86% -
HSV(B) 153.33º 0.15% 0.93% -
XYZ 68.12 78.98 80.76 -
YUV 225.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 202 238 222 0.15 0 0.07 0.07 153.33 0.51 0.86
Hex CA EE DE F 0 7 7 99 33 56
Octal 312 356 336 17 0 7 7 231 63 126
Binary 11001010 11101110 11011110 1111 0 111 111 10011001 110011 1010110

Color Harmonies of #CAEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEDE

Black with #CAEEDE

Text Example


Text Example

White with #CAEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEEDE; }

 p { color: rgb(202,238,222); }

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

background-color css

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

 a { background-color: rgb(202,238,222); }

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

border-color css

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

 span { border-color: rgb(202,238,222); }

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