#D7EBEE

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

Shades of Oyster Bay #D7EBEE

Tints of Oyster Bay #D7EBEE

Color information

#D7EBEE (or 0xD7EBEE) is unknown color: approx Oyster Bay. HEX triplet: D7, EB and EE. RGB value is (215,235,238). Sum of RGB (Red+Green+Blue) = 215+235+238=688 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.25% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7EBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EBEE is #281411. Grayscale: #E5E5E5. Windows color (decimal): -2626578 or 15657943. OLE color: 15657943.

HSL color Cylindrical-coordinate representation of color #D7EBEE: hue angle of 187.83º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EBEE is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215235238-
CMYK0.100.0100.07
HSL187.83º40.35%88.82%-
HSV(B)187.83º9.66%93.33%-
XYZ73.1780.0492.48-
YUV229.36132.87117.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.25%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=31.25%
G=34.16%
B=34.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152352380.100.0100.07187.8340.3588.82
HexD7EBEEA107bc2859
Octal3273533561210727450131
Binary110101111110101111101110101010111101111001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBEE; }

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

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

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

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

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

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

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

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