#D6EAED

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

Shades of Oyster Bay #D6EAED

Tints of Oyster Bay #D6EAED

Color information

#D6EAED (or 0xD6EAED) is unknown color: approx Oyster Bay. HEX triplet: D6, EA and ED. RGB value is (214,234,237). Sum of RGB (Red+Green+Blue) = 214+234+237=685 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.24% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EAED is #291512. Grayscale: #E4E4E4. Windows color (decimal): -2692371 or 15592150. OLE color: 15592150.

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

Color convert

RGB214234237-
CMYK0.100.0100.07
HSL187.83º38.98%88.43%-
HSV(B)187.83º9.7%92.94%-
XYZ72.4479.2691.6-
YUV228.36132.87117.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.24%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=31.24%
G=34.16%
B=34.60%

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
Decimal2142342370.100.0100.07187.8338.9888.43
HexD6EAEDA107bc2758
Octal3263523551210727447130
Binary110101101110101011101101101010111101111001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EAED; }

 p { color: rgb(214,234,237); }

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

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

 a { background-color: rgb(214,234,237); }

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

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

 span { border-color: rgb(214,234,237); }

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