#CEFCF5

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

Shades of Foam #CEFCF5

Tints of Foam #CEFCF5

Color information

#CEFCF5 (or 0xCEFCF5) is unknown color: approx Foam. HEX triplet: CE, FC and F5. RGB value is (206,252,245). Sum of RGB (Red+Green+Blue) = 206+252+245=703 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.30% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFCF5 is #31030A. Grayscale: #EDEDED. Windows color (decimal): -3212043 or 16121038. OLE color: 16121038.

HSL color Cylindrical-coordinate representation of color #CEFCF5: hue angle of 170.87º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFCF5 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB206252245-
CMYK0.1800.030.01
HSL170.87º88.46%89.8%-
HSV(B)170.87º18.25%98.82%-
XYZ76.7589.3499.58-
YUV237.45132.26105.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.30%
GREEN value IS 252 (98.83% from 255) = 35.85%
BLUE value IS 245 (96.09% from 255) = 34.85%
R=29.30%
G=35.85%
B=34.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522450.1800.030.01170.8788.4689.8
HexCEFCF512031ab585a
Octal31637436522031253130132
Binary1100111011111100111101011001001111010101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCF5; }

 p { color: rgb(206,252,245); }

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

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

 a { background-color: rgb(206,252,245); }

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

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

 span { border-color: rgb(206,252,245); }

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