#D9EAED

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

Shades of Oyster Bay #D9EAED

Tints of Oyster Bay #D9EAED

Color information

#D9EAED (or 0xD9EAED) is unknown color: approx Oyster Bay. HEX triplet: D9, EA and ED. RGB value is (217,234,237). Sum of RGB (Red+Green+Blue) = 217+234+237=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EAED is #261512. Grayscale: #E5E5E5. Windows color (decimal): -2495763 or 15592153. OLE color: 15592153.

HSL color Cylindrical-coordinate representation of color #D9EAED: hue angle of 189º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9EAED is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217234237-
CMYK0.080.0100.07
HSL189º35.71%89.02%-
HSV(B)189º8.44%92.94%-
XYZ73.3279.7191.64-
YUV229.26132.37119.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.54%
GREEN value IS 234 (91.80% from 255) = 34.01%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=31.54%
G=34.01%
B=34.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172342370.080.0100.0718935.7189.02
HexD9EAED8107bd2459
Octal3313523551010727544131
Binary110110011110101011101101100010111101111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EAED; }

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

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

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

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

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

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

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

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