#CEF1EC

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

Shades of Foam #CEF1EC

Tints of Foam #CEF1EC

Color information

#CEF1EC (or 0xCEF1EC) is unknown color: approx Foam. HEX triplet: CE, F1 and EC. RGB value is (206,241,236). Sum of RGB (Red+Green+Blue) = 206+241+236=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF1EC is #310E13. Grayscale: #E5E5E5. Windows color (decimal): -3214868 or 15528398. OLE color: 15528398.

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

Color convert

RGB206241236-
CMYK0.1500.020.05
HSL171.43º55.56%87.65%-
HSV(B)171.43º14.52%94.51%-
XYZ72.0582.0991.4-
YUV229.96131.4110.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.16%
GREEN value IS 241 (94.53% from 255) = 35.29%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=30.16%
G=35.29%
B=34.55%

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
Decimal2062412360.1500.020.05171.4355.5687.65
HexCEF1ECF025ab3858
Octal3163613541702525370130
Binary1100111011110001111011001111010101101010111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1EC; }

 p { color: rgb(206,241,236); }

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

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

 a { background-color: rgb(206,241,236); }

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

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

 span { border-color: rgb(206,241,236); }

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