#D3F7F5

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

Shades of Oyster Bay #D3F7F5

Tints of Oyster Bay #D3F7F5

Color information

#D3F7F5 (or 0xD3F7F5) is unknown color: approx Oyster Bay. HEX triplet: D3, F7 and F5. RGB value is (211,247,245). Sum of RGB (Red+Green+Blue) = 211+247+245=703 (93% of max value = 765). Red value is 211 (82.81% from 255 or 30.01% from 703); Green value is 247 (96.88% from 255 or 35.14% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3F7F5 is #2C080A. Grayscale: #EBEBEB. Windows color (decimal): -2885643 or 16119763. OLE color: 16119763.

HSL color Cylindrical-coordinate representation of color #D3F7F5: hue angle of 176.67º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3F7F5 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB211247245-
CMYK0.1500.010.03
HSL176.67º69.23%89.8%-
HSV(B)176.67º14.57%96.86%-
XYZ76.6186.9699.13-
YUV236.01133.07110.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.01%
GREEN value IS 247 (96.88% from 255) = 35.14%
BLUE value IS 245 (96.09% from 255) = 34.85%
R=30.01%
G=35.14%
B=34.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2112472450.1500.010.03176.6769.2389.8
HexD3F7F5F013b1455a
Octal32336736517013261105132
Binary110100111111011111110101111101111011000110001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F7F5; }

 p { color: rgb(211,247,245); }

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

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

 a { background-color: rgb(211,247,245); }

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

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

 span { border-color: rgb(211,247,245); }

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