#D8ECEF

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

Shades of Oyster Bay #D8ECEF

Tints of Oyster Bay #D8ECEF

Color information

#D8ECEF (or 0xD8ECEF) is unknown color: approx Oyster Bay. HEX triplet: D8, EC and EF. RGB value is (216,236,239). Sum of RGB (Red+Green+Blue) = 216+236+239=691 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.26% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8ECEF is #271310. Grayscale: #E6E6E6. Windows color (decimal): -2560785 or 15723736. OLE color: 15723736.

HSL color Cylindrical-coordinate representation of color #D8ECEF: hue angle of 187.83º 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 #D8ECEF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216236239-
CMYK0.100.0100.06
HSL187.83º41.82%89.22%-
HSV(B)187.83º9.62%93.73%-
XYZ73.8980.8293.37-
YUV230.36132.87117.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.26%
GREEN value IS 236 (92.58% from 255) = 34.15%
BLUE value IS 239 (93.75% from 255) = 34.59%
R=31.26%
G=34.15%
B=34.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162362390.100.0100.06187.8341.8289.22
HexD8ECEFA106bc2a59
Octal3303543571210627452131
Binary110110001110110011101111101010110101111001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ECEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ECEF; }

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

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

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

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

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

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

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

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