#CAF1EC

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

Shades of Foam #CAF1EC

Tints of Foam #CAF1EC

Color information

#CAF1EC (or 0xCAF1EC) is unknown color: approx Foam. HEX triplet: CA, F1 and EC. RGB value is (202,241,236). Sum of RGB (Red+Green+Blue) = 202+241+236=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1EC is #350E13. Grayscale: #E4E4E4. Windows color (decimal): -3477012 or 15528394. OLE color: 15528394.

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

Color convert

RGB202241236-
CMYK0.1600.020.05
HSL172.31º58.21%86.86%-
HSV(B)172.31º16.18%94.51%-
XYZ70.9581.5291.35-
YUV228.77132.08108.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.75%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 236 (92.58% from 255) = 34.76%
R=29.75%
G=35.49%
B=34.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022412360.1600.020.05172.3158.2186.86
HexCAF1EC10025ac3a57
Octal3123613542002525472127
Binary11001010111100011110110010000010101101011001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1EC; }

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

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

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

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

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

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

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

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