#CEEFED

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

Shades of Foam #CEEFED

Tints of Foam #CEEFED

Color information

#CEEFED (or 0xCEEFED) is unknown color: approx Foam. HEX triplet: CE, EF and ED. RGB value is (206,239,237). Sum of RGB (Red+Green+Blue) = 206+239+237=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFED is #311012. Grayscale: #E4E4E4. Windows color (decimal): -3215379 or 15593422. OLE color: 15593422.

HSL color Cylindrical-coordinate representation of color #CEEFED: hue angle of 176.36º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEFED is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB206239237-
CMYK0.1400.010.06
HSL176.36º50.77%87.25%-
HSV(B)176.36º13.81%93.73%-
XYZ71.6180.9791.98-
YUV228.9132.57111.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.21%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=30.21%
G=35.04%
B=34.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392370.1400.010.06176.3650.7787.25
HexCEEFEDE016b03357
Octal3163573551601626063127
Binary110011101110111111101101111001110101100001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFED; }

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

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

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

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

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

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

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

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