#D2F7F5

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

Shades of Oyster Bay #D2F7F5

Tints of Oyster Bay #D2F7F5

Color information

#D2F7F5 (or 0xD2F7F5) is unknown color: approx Oyster Bay. HEX triplet: D2, F7 and F5. RGB value is (210,247,245). Sum of RGB (Red+Green+Blue) = 210+247+245=702 (92% of max value = 765). Red value is 210 (82.42% from 255 or 29.91% from 702); Green value is 247 (96.88% from 255 or 35.19% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F7F5 is #2D080A. Grayscale: #EBEBEB. Windows color (decimal): -2951179 or 16119762. OLE color: 16119762.

HSL color Cylindrical-coordinate representation of color #D2F7F5: hue angle of 176.76º degrees, saturation: 0.7, 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 #D2F7F5 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB210247245-
CMYK0.1500.010.03
HSL176.76º69.81%89.61%-
HSV(B)176.76º14.98%96.86%-
XYZ76.3286.8299.12-
YUV235.71133.24109.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.91%
GREEN value IS 247 (96.88% from 255) = 35.19%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=29.91%
G=35.19%
B=34.90%

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
Decimal2102472450.1500.010.03176.7669.8189.61
HexD2F7F5F013b1465a
Octal32236736517013261106132
Binary110100101111011111110101111101111011000110001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F7F5; }

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

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

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

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

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

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

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

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