#D9E8EB

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

Shades of Oyster Bay #D9E8EB

Tints of Oyster Bay #D9E8EB

Color information

#D9E8EB (or 0xD9E8EB) is unknown color: approx Oyster Bay. HEX triplet: D9, E8 and EB. RGB value is (217,232,235). Sum of RGB (Red+Green+Blue) = 217+232+235=684 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.73% from 684); Green value is 232 (91.02% from 255 or 33.92% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9E8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E8EB is #261714. Grayscale: #E3E3E3. Windows color (decimal): -2496277 or 15460569. OLE color: 15460569.

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

Color convert

RGB217232235-
CMYK0.080.0100.08
HSL190º31.03%88.63%-
HSV(B)190º7.66%92.16%-
XYZ72.4778.4689.92-
YUV227.86132.03120.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.73%
GREEN value IS 232 (91.02% from 255) = 33.92%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=31.73%
G=33.92%
B=34.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172322350.080.0100.0819031.0388.63
HexD9E8EB8108be1f59
Octal33135035310101027637131
Binary110110011110100011101011100010100010111110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E8EB; }

 p { color: rgb(217,232,235); }

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

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

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

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

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

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

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