#D7EAEB

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

Shades of Oyster Bay #D7EAEB

Tints of Oyster Bay #D7EAEB

Color information

#D7EAEB (or 0xD7EAEB) is unknown color: approx Oyster Bay. HEX triplet: D7, EA and EB. RGB value is (215,234,235). Sum of RGB (Red+Green+Blue) = 215+234+235=684 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.43% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EAEB is #281514. Grayscale: #E4E4E4. Windows color (decimal): -2626837 or 15461079. OLE color: 15461079.

HSL color Cylindrical-coordinate representation of color #D7EAEB: hue angle of 183º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7EAEB is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215234235-
CMYK0.090.0000.08
HSL183º33.33%88.24%-
HSV(B)183º8.51%92.16%-
XYZ72.4479.2990.08-
YUV228.43131.71118.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.43%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=31.43%
G=34.21%
B=34.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152342350.090.0000.0818333.3388.24
HexD7EAEB9008b72158
Octal32735235311001026741130
Binary1101011111101010111010111001001000101101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EAEB; }

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

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

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

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

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

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

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

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