#CEEDE8

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

Shades of Foam #CEEDE8

Tints of Foam #CEEDE8

Color information

#CEEDE8 (or 0xCEEDE8) is unknown color: approx Foam. HEX triplet: CE, ED and E8. RGB value is (206,237,232). Sum of RGB (Red+Green+Blue) = 206+237+232=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDE8 is #311217. Grayscale: #E3E3E3. Windows color (decimal): -3215896 or 15265230. OLE color: 15265230.

HSL color Cylindrical-coordinate representation of color #CEEDE8: hue angle of 170.32º degrees, saturation: 0.46, 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 #CEEDE8 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB206237232-
CMYK0.1300.020.07
HSL170.32º46.27%86.86%-
HSV(B)170.32º13.08%92.94%-
XYZ70.379.5287.99-
YUV227.16130.73112.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.52%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 232 (91.02% from 255) = 34.37%
R=30.52%
G=35.11%
B=34.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062372320.1300.020.07170.3246.2786.86
HexCEEDE8D027aa2e57
Octal3163553501502725256127
Binary1100111011101101111010001101010111101010101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDE8; }

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

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

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

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

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

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

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

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