#D9EDED

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

Shades of Oyster Bay #D9EDED

Tints of Oyster Bay #D9EDED

Color information

#D9EDED (or 0xD9EDED) is unknown color: approx Oyster Bay. HEX triplet: D9, ED and ED. RGB value is (217,237,237). Sum of RGB (Red+Green+Blue) = 217+237+237=691 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.40% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #D9EDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EDED is #261212. Grayscale: #E6E6E6. Windows color (decimal): -2494995 or 15592921. OLE color: 15592921.

HSL color Cylindrical-coordinate representation of color #D9EDED: hue angle of 180º 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 #D9EDED is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217237237-
CMYK0.08000.07
HSL180º35.71%89.02%-
HSV(B)180º8.44%92.94%-
XYZ74.1981.4391.93-
YUV231.02131.37118-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.40%
GREEN value IS 237 (92.97% from 255) = 34.30%
BLUE value IS 237 (92.97% from 255) = 34.30%
R=31.40%
G=34.30%
B=34.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172372370.08000.0718035.7189.02
HexD9EDED8007b42459
Octal3313553551000726444131
Binary110110011110110111101101100000111101101001001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EDED; }

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

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

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

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

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

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

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

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