#D1F3F1

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

Shades of Oyster Bay #D1F3F1

Tints of Oyster Bay #D1F3F1

Color information

#D1F3F1 (or 0xD1F3F1) is unknown color: approx Oyster Bay. HEX triplet: D1, F3 and F1. RGB value is (209,243,241). Sum of RGB (Red+Green+Blue) = 209+243+241=693 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.16% from 693); Green value is 243 (95.31% from 255 or 35.06% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F3F1 is #2E0C0E. Grayscale: #E8E8E8. Windows color (decimal): -3017743 or 15856593. OLE color: 15856593.

HSL color Cylindrical-coordinate representation of color #D1F3F1: hue angle of 176.47º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1F3F1 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB209243241-
CMYK0.1400.010.05
HSL176.47º58.62%88.63%-
HSV(B)176.47º13.99%95.29%-
XYZ74.2284.0195.52-
YUV232.61132.74111.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.16%
GREEN value IS 243 (95.31% from 255) = 35.06%
BLUE value IS 241 (94.53% from 255) = 34.78%
R=30.16%
G=35.06%
B=34.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092432410.1400.010.05176.4758.6288.63
HexD1F3F1E015b03b59
Octal3213633611601526073131
Binary110100011111001111110001111001101101100001110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F3F1; }

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

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

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

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

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

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

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

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