#D9EEEF

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

Shades of Oyster Bay #D9EEEF

Tints of Oyster Bay #D9EEEF

Color information

#D9EEEF (or 0xD9EEEF) is unknown color: approx Oyster Bay. HEX triplet: D9, EE and EF. RGB value is (217,238,239). Sum of RGB (Red+Green+Blue) = 217+238+239=694 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.27% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9EEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EEEF is #261110. Grayscale: #E7E7E7. Windows color (decimal): -2494737 or 15724249. OLE color: 15724249.

HSL color Cylindrical-coordinate representation of color #D9EEEF: hue angle of 182.73º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9EEEF is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217238239-
CMYK0.090.0000.06
HSL182.73º40.74%89.41%-
HSV(B)182.73º9.21%93.73%-
XYZ74.7782.1393.57-
YUV231.84132.04117.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.27%
GREEN value IS 238 (93.36% from 255) = 34.29%
BLUE value IS 239 (93.75% from 255) = 34.44%
R=31.27%
G=34.29%
B=34.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172382390.090.0000.06182.7340.7489.41
HexD9EEEF9006b72959
Octal3313563571100626751131
Binary110110011110111011101111100100110101101111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EEEF; }

 p { color: rgb(217,238,239); }

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

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

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

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

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

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

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