#CEFAF3

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

Shades of Foam #CEFAF3

Tints of Foam #CEFAF3

Color information

#CEFAF3 (or 0xCEFAF3) is unknown color: approx Foam. HEX triplet: CE, FA and F3. RGB value is (206,250,243). Sum of RGB (Red+Green+Blue) = 206+250+243=699 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.47% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFAF3 is #31050C. Grayscale: #ECECEC. Windows color (decimal): -3212557 or 15989454. OLE color: 15989454.

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

Color convert

RGB206250243-
CMYK0.1800.030.02
HSL170.45º81.48%89.41%-
HSV(B)170.45º17.6%98.04%-
XYZ75.8287.9697.78-
YUV236.05131.92106.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.47%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 243 (95.31% from 255) = 34.76%
R=29.47%
G=35.77%
B=34.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502430.1800.030.02170.4581.4889.41
HexCEFAF312032aa5159
Octal31637236322032252121131
Binary11001110111110101111001110010011101010101010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAF3; }

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

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

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

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

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

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

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

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