#CEF3F0

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

Shades of Foam #CEF3F0

Tints of Foam #CEF3F0

Color information

#CEF3F0 (or 0xCEF3F0) is unknown color: approx Foam. HEX triplet: CE, F3 and F0. RGB value is (206,243,240). Sum of RGB (Red+Green+Blue) = 206+243+240=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF3F0 is #310C0F. Grayscale: #E7E7E7. Windows color (decimal): -3214352 or 15791054. OLE color: 15791054.

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

Color convert

RGB206243240-
CMYK0.1500.010.05
HSL175.14º60.66%88.04%-
HSV(B)175.14º15.23%95.29%-
XYZ73.2383.5194.7-
YUV231.59132.74109.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.90%
GREEN value IS 243 (95.31% from 255) = 35.27%
BLUE value IS 240 (94.14% from 255) = 34.83%
R=29.90%
G=35.27%
B=34.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062432400.1500.010.05175.1460.6688.04
HexCEF3F0F015af3d58
Octal3163633601701525775130
Binary110011101111001111110000111101101101011111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF3F0; }

 p { color: rgb(206,243,240); }

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

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

 a { background-color: rgb(206,243,240); }

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

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

 span { border-color: rgb(206,243,240); }

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