#D8EEEF

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

Shades of Oyster Bay #D8EEEF

Tints of Oyster Bay #D8EEEF

Color information

#D8EEEF (or 0xD8EEEF) is unknown color: approx Oyster Bay. HEX triplet: D8, EE and EF. RGB value is (216,238,239). Sum of RGB (Red+Green+Blue) = 216+238+239=693 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.17% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8EEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EEEF is #271110. Grayscale: #E7E7E7. Windows color (decimal): -2560273 or 15724248. OLE color: 15724248.

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

Color convert

RGB216238239-
CMYK0.100.0000.06
HSL182.61º41.82%89.22%-
HSV(B)182.61º9.62%93.73%-
XYZ74.4781.9893.56-
YUV231.54132.21116.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.17%
GREEN value IS 238 (93.36% from 255) = 34.34%
BLUE value IS 239 (93.75% from 255) = 34.49%
R=31.17%
G=34.34%
B=34.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162382390.100.0000.06182.6141.8289.22
HexD8EEEFA006b72a59
Octal3303563571200626752131
Binary110110001110111011101111101000110101101111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EEEF; }

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

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

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

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

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

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

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

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