#D1FAF3

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

Shades of Foam #D1FAF3

Tints of Foam #D1FAF3

Color information

#D1FAF3 (or 0xD1FAF3) is unknown color: approx Foam. HEX triplet: D1, FA and F3. RGB value is (209,250,243). Sum of RGB (Red+Green+Blue) = 209+250+243=702 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.77% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FAF3 is #2E050C. Grayscale: #ECECEC. Windows color (decimal): -3015949 or 15989457. OLE color: 15989457.

HSL color Cylindrical-coordinate representation of color #D1FAF3: hue angle of 169.76º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1FAF3 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB209250243-
CMYK0.1600.030.02
HSL169.76º80.39%90%-
HSV(B)169.76º16.4%98.04%-
XYZ76.6688.497.82-
YUV236.94131.42108.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 29.77%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 243 (95.31% from 255) = 34.62%
R=29.77%
G=35.61%
B=34.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092502430.1600.030.02169.7680.3990
HexD1FAF310032aa505a
Octal32137236320032252120132
Binary11010001111110101111001110000011101010101010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FAF3; }

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

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

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

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

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

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

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

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