#D7EBEF

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

Shades of Oyster Bay #D7EBEF

Tints of Oyster Bay #D7EBEF

Color information

#D7EBEF (or 0xD7EBEF) is unknown color: approx Oyster Bay. HEX triplet: D7, EB and EF. RGB value is (215,235,239). Sum of RGB (Red+Green+Blue) = 215+235+239=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EBEF is #281410. Grayscale: #E5E5E5. Windows color (decimal): -2626577 or 15723479. OLE color: 15723479.

HSL color Cylindrical-coordinate representation of color #D7EBEF: hue angle of 190º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EBEF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB215235239-
CMYK0.100.0200.06
HSL190º42.86%89.02%-
HSV(B)190º10.04%93.73%-
XYZ73.3180.193.26-
YUV229.48133.37117.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.20%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=31.20%
G=34.11%
B=34.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152352390.100.0200.0619042.8689.02
HexD7EBEFA206be2b59
Octal3273533571220627653131
Binary1101011111101011111011111010100110101111101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBEF; }

 p { color: rgb(215,235,239); }

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

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

 a { background-color: rgb(215,235,239); }

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

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

 span { border-color: rgb(215,235,239); }

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