#D6EBEF

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

Shades of Oyster Bay #D6EBEF

Tints of Oyster Bay #D6EBEF

Color information

#D6EBEF (or 0xD6EBEF) is unknown color: approx Oyster Bay. HEX triplet: D6, EB and EF. RGB value is (214,235,239). Sum of RGB (Red+Green+Blue) = 214+235+239=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EBEF is #291410. Grayscale: #E5E5E5. Windows color (decimal): -2692113 or 15723478. OLE color: 15723478.

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

Color convert

RGB214235239-
CMYK0.100.0200.06
HSL189.6º43.86%88.82%-
HSV(B)189.6º10.46%93.73%-
XYZ73.0279.9493.24-
YUV229.18133.54117.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.10%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=31.10%
G=34.16%
B=34.74%

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
Decimal2142352390.100.0200.06189.643.8688.82
HexD6EBEFA206be2c59
Octal3263533571220627654131
Binary1101011011101011111011111010100110101111101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBEF; }

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

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

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

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

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

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

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

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