#D4E9ED

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

Shades of Oyster Bay #D4E9ED

Tints of Oyster Bay #D4E9ED

Color information

#D4E9ED (or 0xD4E9ED) is unknown color: approx Oyster Bay. HEX triplet: D4, E9 and ED. RGB value is (212,233,237). Sum of RGB (Red+Green+Blue) = 212+233+237=682 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.09% from 682); Green value is 233 (91.41% from 255 or 34.16% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4E9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4E9ED is #2B1612. Grayscale: #E3E3E3. Windows color (decimal): -2823699 or 15591892. OLE color: 15591892.

HSL color Cylindrical-coordinate representation of color #D4E9ED: hue angle of 189.6º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4E9ED is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212233237-
CMYK0.110.0200.07
HSL189.6º40.98%88.04%-
HSV(B)189.6º10.55%92.94%-
XYZ71.5878.3991.48-
YUV227.18133.54117.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.09%
GREEN value IS 233 (91.41% from 255) = 34.16%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=31.09%
G=34.16%
B=34.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122332370.110.0200.07189.640.9888.04
HexD4E9EDB207be2958
Octal3243513551320727651130
Binary1101010011101001111011011011100111101111101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E9ED; }

 p { color: rgb(212,233,237); }

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

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

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

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

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

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

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