#CEF2EE

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

Shades of Foam #CEF2EE

Tints of Foam #CEF2EE

Color information

#CEF2EE (or 0xCEF2EE) is unknown color: approx Foam. HEX triplet: CE, F2 and EE. RGB value is (206,242,238). Sum of RGB (Red+Green+Blue) = 206+242+238=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2EE is #310D11. Grayscale: #E6E6E6. Windows color (decimal): -3214610 or 15659726. OLE color: 15659726.

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

Color convert

RGB206242238-
CMYK0.1500.020.05
HSL173.33º58.06%87.84%-
HSV(B)173.33º14.88%94.9%-
XYZ72.6482.893.04-
YUV230.78132.07110.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.03%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=30.03%
G=35.28%
B=34.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062422380.1500.020.05173.3358.0687.84
HexCEF2EEF025ad3a58
Octal3163623561702525572130
Binary1100111011110010111011101111010101101011011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF2EE; }

 p { color: rgb(206,242,238); }

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

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

 a { background-color: rgb(206,242,238); }

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

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

 span { border-color: rgb(206,242,238); }

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