#CAF3EE

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

Shades of Foam #CAF3EE

Tints of Foam #CAF3EE

Color information

#CAF3EE (or 0xCAF3EE) is unknown color: approx Foam. HEX triplet: CA, F3 and EE. RGB value is (202,243,238). Sum of RGB (Red+Green+Blue) = 202+243+238=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF3EE is #350C11. Grayscale: #E6E6E6. Windows color (decimal): -3476498 or 15659978. OLE color: 15659978.

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

Color convert

RGB202243238-
CMYK0.1700.020.05
HSL172.68º63.08%87.25%-
HSV(B)172.68º16.87%95.29%-
XYZ71.8482.8393.09-
YUV230.17132.42107.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.58%
GREEN value IS 243 (95.31% from 255) = 35.58%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=29.58%
G=35.58%
B=34.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022432380.1700.020.05172.6863.0887.25
HexCAF3EE11025ad3f57
Octal3123633562102525577127
Binary11001010111100111110111010001010101101011011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3EE; }

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

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

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

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

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

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

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

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