#CEECEA

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

Shades of Foam #CEECEA

Tints of Foam #CEECEA

Color information

#CEECEA (or 0xCEECEA) is unknown color: approx Foam. HEX triplet: CE, EC and EA. RGB value is (206,236,234). Sum of RGB (Red+Green+Blue) = 206+236+234=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECEA is #311315. Grayscale: #E2E2E2. Windows color (decimal): -3216150 or 15396046. OLE color: 15396046.

HSL color Cylindrical-coordinate representation of color #CEECEA: hue angle of 176º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEECEA is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB206236234-
CMYK0.1300.010.07
HSL176º44.12%86.67%-
HSV(B)176º12.71%92.55%-
XYZ70.379.0589.4-
YUV226.8132.06113.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.47%
GREEN value IS 236 (92.58% from 255) = 34.91%
BLUE value IS 234 (91.80% from 255) = 34.62%
R=30.47%
G=34.91%
B=34.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062362340.1300.010.0717644.1286.67
HexCEECEAD017b02c57
Octal3163543521501726054127
Binary110011101110110011101010110101111101100001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECEA; }

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

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

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

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

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

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

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

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