#D8EDF1

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

Shades of Oyster Bay #D8EDF1

Tints of Oyster Bay #D8EDF1

Color information

#D8EDF1 (or 0xD8EDF1) is unknown color: approx Oyster Bay. HEX triplet: D8, ED and F1. RGB value is (216,237,241). Sum of RGB (Red+Green+Blue) = 216+237+241=694 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.12% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDF1 is #27120E. Grayscale: #E7E7E7. Windows color (decimal): -2560527 or 15855064. OLE color: 15855064.

HSL color Cylindrical-coordinate representation of color #D8EDF1: hue angle of 189.6º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8EDF1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216237241-
CMYK0.100.0200.05
HSL189.6º47.17%89.61%-
HSV(B)189.6º10.37%94.51%-
XYZ74.4881.5295.03-
YUV231.18133.54117.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.12%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 241 (94.53% from 255) = 34.73%
R=31.12%
G=34.15%
B=34.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162372410.100.0200.05189.647.1789.61
HexD8EDF1A205be2f5a
Octal3303553611220527657132
Binary1101100011101101111100011010100101101111101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EDF1; }

 p { color: rgb(216,237,241); }

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

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

 a { background-color: rgb(216,237,241); }

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

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

 span { border-color: rgb(216,237,241); }

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