#CAE7DA

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

Shades of Mint Tulip #CAE7DA

Tints of Mint Tulip #CAE7DA

Color information

#CAE7DA (or 0xCAE7DA) is unknown color: approx Mint Tulip. HEX triplet: CA, E7 and DA. RGB value is (202,231,218). Sum of RGB (Red+Green+Blue) = 202+231+218=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7DA is #351825. Grayscale: #DCDCDC. Windows color (decimal): -3479590 or 14346186. OLE color: 14346186.

HSL color Cylindrical-coordinate representation of color #CAE7DA: hue angle of 153.1º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE7DA is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB202231218-
CMYK0.1300.060.09
HSL153.1º37.66%84.9%-
HSV(B)153.1º12.55%90.59%-
XYZ65.5974.7777.3-
YUV220.85126.39114.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 231 (90.62% from 255) = 35.48%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=31.03%
G=35.48%
B=33.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022312180.1300.060.09153.137.6684.9
HexCAE7DAD069992655
Octal31234733215061123146125
Binary110010101110011111011010110101101001100110011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE7DA; }

 p { color: rgb(202,231,218); }

 H1.HeaderClassName
 {
   color: #CAE7DA;
 }
 .AnyTagClassName
 {
   color: #CAE7DA;
 }
</style>
background-color css

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

 a { background-color: rgb(202,231,218); }

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

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

 span { border-color: rgb(202,231,218); }

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