#CAEEDE

Color #CAEEDE Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #CAEEDE

Tints of Mint Tulip #CAEEDE

Color information

#CAEEDE (or 0xCAEEDE) is unknown color: approx 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

RGB202238222-
CMYK0.1500.070.07
HSL153.33º51.43%86.27%-
HSV(B)153.33º15.13%93.33%-
XYZ68.1278.9880.76-
YUV225.41126.07111.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% 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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022382220.1500.070.07153.3351.4386.27
HexCAEEDEF077993356
Octal3123563361707723163126
Binary11001010111011101101111011110111111100110011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>