#CEFAF6

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

Shades of Foam #CEFAF6

Tints of Foam #CEFAF6

Color information

#CEFAF6 (or 0xCEFAF6) is unknown color: approx Foam. HEX triplet: CE, FA and F6. RGB value is (206,250,246). Sum of RGB (Red+Green+Blue) = 206+250+246=702 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.34% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFAF6 is #310509. Grayscale: #ECECEC. Windows color (decimal): -3212554 or 16186062. OLE color: 16186062.

HSL color Cylindrical-coordinate representation of color #CEFAF6: hue angle of 174.55º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFAF6 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB206250246-
CMYK0.1800.020.02
HSL174.55º81.48%89.41%-
HSV(B)174.55º17.6%98.04%-
XYZ76.2788.15100.18-
YUV236.39133.42106.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.34%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 246 (96.48% from 255) = 35.04%
R=29.34%
G=35.61%
B=35.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502460.1800.020.02174.5581.4889.41
HexCEFAF612022af5159
Octal31637236622022257121131
Binary11001110111110101111011010010010101010111110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAF6; }

 p { color: rgb(206,250,246); }

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

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

 a { background-color: rgb(206,250,246); }

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

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

 span { border-color: rgb(206,250,246); }

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