#CAF4EC

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

Shades of Foam #CAF4EC

Tints of Foam #CAF4EC

Color information

#CAF4EC (or 0xCAF4EC) is unknown color: approx Foam. HEX triplet: CA, F4 and EC. RGB value is (202,244,236). Sum of RGB (Red+Green+Blue) = 202+244+236=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 244 (95.70% from 255 or 35.78% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF4EC is #350B13. Grayscale: #E6E6E6. Windows color (decimal): -3476244 or 15529162. OLE color: 15529162.

HSL color Cylindrical-coordinate representation of color #CAF4EC: hue angle of 168.57º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4EC is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB202244236-
CMYK0.1700.030.04
HSL168.57º65.62%87.45%-
HSV(B)168.57º17.21%95.69%-
XYZ71.8583.3191.65-
YUV230.53131.09107.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.62%
GREEN value IS 244 (95.70% from 255) = 35.78%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=29.62%
G=35.78%
B=34.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022442360.1700.030.04168.5765.6287.45
HexCAF4EC11034a94257
Octal31236435421034251102127
Binary110010101111010011101100100010111001010100110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4EC; }

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

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

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

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

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

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

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

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