#D7E8EA

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

Shades of Oyster Bay #D7E8EA

Tints of Oyster Bay #D7E8EA

Color information

#D7E8EA (or 0xD7E8EA) is unknown color: approx Oyster Bay. HEX triplet: D7, E8 and EA. RGB value is (215,232,234). Sum of RGB (Red+Green+Blue) = 215+232+234=681 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.57% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7E8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7E8EA is #281715. Grayscale: #E3E3E3. Windows color (decimal): -2627350 or 15395031. OLE color: 15395031.

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

Color convert

RGB215232234-
CMYK0.080.0100.08
HSL186.32º31.15%88.04%-
HSV(B)186.32º8.12%91.76%-
XYZ71.7378.189.14-
YUV227.14131.87119.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.57%
GREEN value IS 232 (91.02% from 255) = 34.07%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=31.57%
G=34.07%
B=34.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152322340.080.0100.08186.3231.1588.04
HexD7E8EA8108ba1f58
Octal32735035210101027237130
Binary110101111110100011101010100010100010111010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E8EA; }

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

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

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

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

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

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

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

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