#CEEFEC

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

Shades of Foam #CEEFEC

Tints of Foam #CEEFEC

Color information

#CEEFEC (or 0xCEEFEC) is unknown color: approx Foam. HEX triplet: CE, EF and EC. RGB value is (206,239,236). Sum of RGB (Red+Green+Blue) = 206+239+236=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFEC is #311013. Grayscale: #E4E4E4. Windows color (decimal): -3215380 or 15527886. OLE color: 15527886.

HSL color Cylindrical-coordinate representation of color #CEEFEC: hue angle of 174.55º 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 #CEEFEC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB206239236-
CMYK0.1400.010.06
HSL174.55º50.77%87.25%-
HSV(B)174.55º13.81%93.73%-
XYZ71.4680.9191.21-
YUV228.79132.07111.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.25%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=30.25%
G=35.10%
B=34.65%

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
Decimal2062392360.1400.010.06174.5550.7787.25
HexCEEFECE016af3357
Octal3163573541601625763127
Binary110011101110111111101100111001110101011111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFEC; }

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

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

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

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

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

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

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

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