#CAEEC6

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

Shades of Snowy Mint #CAEEC6

Tints of Snowy Mint #CAEEC6

Color information

#CAEEC6 (or 0xCAEEC6) is unknown color: approx Snowy Mint. HEX triplet: CA, EE and C6. RGB value is (202,238,198). Sum of RGB (Red+Green+Blue) = 202+238+198=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEC6 is #351139. Grayscale: #DEDEDE. Windows color (decimal): -3477818 or 13037258. OLE color: 13037258.

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

Color convert

RGB202238198-
CMYK0.1500.170.07
HSL114º54.05%85.49%-
HSV(B)114º16.81%93.33%-
XYZ65.1277.7865.01-
YUV222.68114.07113.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=31.66%
G=37.30%
B=31.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381980.1500.170.0711454.0585.49
HexCAEEC6F0117723655
Octal31235630617021716266125
Binary110010101110111011000110111101000111111100101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEC6; }

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

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

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

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

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

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

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

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