#CEF7F0

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

Shades of Foam #CEF7F0

Tints of Foam #CEF7F0

Color information

#CEF7F0 (or 0xCEF7F0) is unknown color: approx Foam. HEX triplet: CE, F7 and F0. RGB value is (206,247,240). Sum of RGB (Red+Green+Blue) = 206+247+240=693 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.73% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF7F0 is #31080F. Grayscale: #E9E9E9. Windows color (decimal): -3213328 or 15792078. OLE color: 15792078.

HSL color Cylindrical-coordinate representation of color #CEF7F0: hue angle of 169.76º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF7F0 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB206247240-
CMYK0.1700.030.03
HSL169.76º71.93%88.82%-
HSV(B)169.76º16.6%96.86%-
XYZ74.4485.9395.1-
YUV233.94131.42108.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.73%
GREEN value IS 247 (96.88% from 255) = 35.64%
BLUE value IS 240 (94.14% from 255) = 34.63%
R=29.73%
G=35.64%
B=34.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062472400.1700.030.03169.7671.9388.82
HexCEF7F011033aa4859
Octal31636736021033252110131
Binary11001110111101111111000010001011111010101010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF7F0; }

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

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

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

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

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

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

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

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