#CEFAF4

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

Shades of Foam #CEFAF4

Tints of Foam #CEFAF4

Color information

#CEFAF4 (or 0xCEFAF4) is unknown color: approx Foam. HEX triplet: CE, FA and F4. RGB value is (206,250,244). Sum of RGB (Red+Green+Blue) = 206+250+244=700 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.43% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFAF4 is #31050B. Grayscale: #ECECEC. Windows color (decimal): -3212556 or 16054990. OLE color: 16054990.

HSL color Cylindrical-coordinate representation of color #CEFAF4: hue angle of 171.82º 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 #CEFAF4 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB206250244-
CMYK0.1800.020.02
HSL171.82º81.48%89.41%-
HSV(B)171.82º17.6%98.04%-
XYZ75.9788.0298.57-
YUV236.16132.42106.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.43%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 244 (95.70% from 255) = 34.86%
R=29.43%
G=35.71%
B=34.86%

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
Decimal2062502440.1800.020.02171.8281.4889.41
HexCEFAF412022ac5159
Octal31637236422022254121131
Binary11001110111110101111010010010010101010110010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAF4; }

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

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

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

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

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

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

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

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