#CAEEC7

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

Shades of Snowy Mint #CAEEC7

Tints of Snowy Mint #CAEEC7

Color information

#CAEEC7 (or 0xCAEEC7) is unknown color: approx Snowy Mint. HEX triplet: CA, EE and C7. RGB value is (202,238,199). Sum of RGB (Red+Green+Blue) = 202+238+199=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEC7 is #351138. Grayscale: #DEDEDE. Windows color (decimal): -3477817 or 13102794. OLE color: 13102794.

HSL color Cylindrical-coordinate representation of color #CAEEC7: hue angle of 115.38º degrees, saturation: 0.53, 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 #CAEEC7 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB202238199-
CMYK0.1500.160.07
HSL115.38º53.42%85.69%-
HSV(B)115.38º16.39%93.33%-
XYZ65.2477.8365.62-
YUV222.79114.57113.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 199 (78.12% from 255) = 31.14%
R=31.61%
G=37.25%
B=31.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381990.1500.160.07115.3853.4285.69
HexCAEEC7F0107733556
Octal31235630717020716365126
Binary110010101110111011000111111101000011111100111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEC7; }

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

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

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

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

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

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

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

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