#CEF6EF

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

Shades of Foam #CEF6EF

Tints of Foam #CEF6EF

Color information

#CEF6EF (or 0xCEF6EF) is unknown color: approx Foam. HEX triplet: CE, F6 and EF. RGB value is (206,246,239). Sum of RGB (Red+Green+Blue) = 206+246+239=691 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.81% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF6EF is #310910. Grayscale: #E9E9E9. Windows color (decimal): -3213585 or 15726286. OLE color: 15726286.

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

Color convert

RGB206246239-
CMYK0.1600.030.04
HSL169.5º68.97%88.63%-
HSV(B)169.5º16.26%96.47%-
XYZ73.9985.2794.22-
YUV233.24131.25108.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.81%
GREEN value IS 246 (96.48% from 255) = 35.60%
BLUE value IS 239 (93.75% from 255) = 34.59%
R=29.81%
G=35.60%
B=34.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062462390.1600.030.04169.568.9788.63
HexCEF6EF10034aa4559
Octal31636635720034252105131
Binary110011101111011011101111100000111001010101010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6EF; }

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

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

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

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

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

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

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

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