#CAF0EC

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

Shades of Foam #CAF0EC

Tints of Foam #CAF0EC

Color information

#CAF0EC (or 0xCAF0EC) is unknown color: approx Foam. HEX triplet: CA, F0 and EC. RGB value is (202,240,236). Sum of RGB (Red+Green+Blue) = 202+240+236=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0EC is #350F13. Grayscale: #E4E4E4. Windows color (decimal): -3477268 or 15528138. OLE color: 15528138.

HSL color Cylindrical-coordinate representation of color #CAF0EC: hue angle of 173.68º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0EC is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB202240236-
CMYK0.1600.020.06
HSL173.68º55.88%86.67%-
HSV(B)173.68º15.83%94.12%-
XYZ70.6680.9391.25-
YUV228.18132.41109.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.79%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 236 (92.58% from 255) = 34.81%
R=29.79%
G=35.40%
B=34.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022402360.1600.020.06173.6855.8886.67
HexCAF0EC10026ae3857
Octal3123603542002625670127
Binary11001010111100001110110010000010110101011101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0EC; }

 p { color: rgb(202,240,236); }

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

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

 a { background-color: rgb(202,240,236); }

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

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

 span { border-color: rgb(202,240,236); }

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