#CEF4EF

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

Shades of Foam #CEF4EF

Tints of Foam #CEF4EF

Color information

#CEF4EF (or 0xCEF4EF) is unknown color: approx Foam. HEX triplet: CE, F4 and EF. RGB value is (206,244,239). Sum of RGB (Red+Green+Blue) = 206+244+239=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 244 (95.70% from 255 or 35.41% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF4EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF4EF is #310B10. Grayscale: #E8E8E8. Windows color (decimal): -3214097 or 15725774. OLE color: 15725774.

HSL color Cylindrical-coordinate representation of color #CEF4EF: hue angle of 172.11º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF4EF is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB206244239-
CMYK0.1600.020.04
HSL172.11º63.33%88.24%-
HSV(B)172.11º15.57%95.69%-
XYZ73.3884.0694.02-
YUV232.07131.91109.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.90%
GREEN value IS 244 (95.70% from 255) = 35.41%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=29.90%
G=35.41%
B=34.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062442390.1600.020.04172.1163.3388.24
HexCEF4EF10024ac3f58
Octal3163643572002425477130
Binary11001110111101001110111110000010100101011001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF4EF; }

 p { color: rgb(206,244,239); }

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

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

 a { background-color: rgb(206,244,239); }

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

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

 span { border-color: rgb(206,244,239); }

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