#CAF3EC

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

Shades of Foam #CAF3EC

Tints of Foam #CAF3EC

Color information

#CAF3EC (or 0xCAF3EC) is unknown color: approx Foam. HEX triplet: CA, F3 and EC. RGB value is (202,243,236). Sum of RGB (Red+Green+Blue) = 202+243+236=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF3EC is #350C13. Grayscale: #E5E5E5. Windows color (decimal): -3476500 or 15528906. OLE color: 15528906.

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

Color convert

RGB202243236-
CMYK0.1700.030.05
HSL169.76º63.08%87.25%-
HSV(B)169.76º16.87%95.29%-
XYZ71.5582.7191.55-
YUV229.94131.42108.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.66%
GREEN value IS 243 (95.31% from 255) = 35.68%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=29.66%
G=35.68%
B=34.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022432360.1700.030.05169.7663.0887.25
HexCAF3EC11035aa3f57
Octal3123633542103525277127
Binary11001010111100111110110010001011101101010101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3EC; }

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

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

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

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

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

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

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

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