#CAFEC6

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

Shades of Snowy Mint #CAFEC6

Tints of Snowy Mint #CAFEC6

Color information

#CAFEC6 (or 0xCAFEC6) is unknown color: approx Snowy Mint. HEX triplet: CA, FE and C6. RGB value is (202,254,198). Sum of RGB (Red+Green+Blue) = 202+254+198=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEC6 is #350139. Grayscale: #E8E8E8. Windows color (decimal): -3473722 or 13041354. OLE color: 13041354.

HSL color Cylindrical-coordinate representation of color #CAFEC6: hue angle of 115.71º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAFEC6 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB202254198-
CMYK0.2000.220.00
HSL115.71º96.55%88.63%-
HSV(B)115.71º22.05%99.61%-
XYZ69.9987.5266.63-
YUV232.07108.77106.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 254 (99.61% from 255) = 38.84%
BLUE value IS 198 (77.73% from 255) = 30.28%
R=30.89%
G=38.84%
B=30.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541980.2000.220.00115.7196.5588.63
HexCAFEC6140160746159
Octal312376306240260164141131
Binary110010101111111011000110101000101100111010011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEC6; }

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

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

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

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

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

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

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

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