#CAF1EE

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

Shades of Foam #CAF1EE

Tints of Foam #CAF1EE

Color information

#CAF1EE (or 0xCAF1EE) is unknown color: approx Foam. HEX triplet: CA, F1 and EE. RGB value is (202,241,238). Sum of RGB (Red+Green+Blue) = 202+241+238=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1EE is #350E11. Grayscale: #E4E4E4. Windows color (decimal): -3477010 or 15659466. OLE color: 15659466.

HSL color Cylindrical-coordinate representation of color #CAF1EE: hue angle of 175.38º 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 #CAF1EE is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB202241238-
CMYK0.1600.010.05
HSL175.38º58.21%86.86%-
HSV(B)175.38º16.18%94.51%-
XYZ71.2581.6492.89-
YUV229133.08108.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.66%
GREEN value IS 241 (94.53% from 255) = 35.39%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=29.66%
G=35.39%
B=34.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022412380.1600.010.05175.3858.2186.86
HexCAF1EE10015af3a57
Octal3123613562001525772127
Binary1100101011110001111011101000001101101011111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1EE; }

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

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

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

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

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

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

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

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