#D8EBEF

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

Shades of Oyster Bay #D8EBEF

Tints of Oyster Bay #D8EBEF

Color information

#D8EBEF (or 0xD8EBEF) is unknown color: approx Oyster Bay. HEX triplet: D8, EB and EF. RGB value is (216,235,239). Sum of RGB (Red+Green+Blue) = 216+235+239=690 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.30% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EBEF is #271410. Grayscale: #E5E5E5. Windows color (decimal): -2561041 or 15723480. OLE color: 15723480.

HSL color Cylindrical-coordinate representation of color #D8EBEF: hue angle of 190.43º degrees, saturation: 0.42, 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 #D8EBEF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216235239-
CMYK0.100.0200.06
HSL190.43º41.82%89.22%-
HSV(B)190.43º9.62%93.73%-
XYZ73.6180.2593.27-
YUV229.78133.21118.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.30%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=31.30%
G=34.06%
B=34.64%

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
Decimal2162352390.100.0200.06190.4341.8289.22
HexD8EBEFA206be2a59
Octal3303533571220627652131
Binary1101100011101011111011111010100110101111101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBEF; }

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

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

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

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

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

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

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

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