#D8EEF1

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

Shades of Oyster Bay #D8EEF1

Tints of Oyster Bay #D8EEF1

Color information

#D8EEF1 (or 0xD8EEF1) is unknown color: approx Oyster Bay. HEX triplet: D8, EE and F1. RGB value is (216,238,241). Sum of RGB (Red+Green+Blue) = 216+238+241=695 (92% of max value = 765). Red value is 216 (84.77% from 255 or 31.08% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EEF1 is #27110E. Grayscale: #E7E7E7. Windows color (decimal): -2560271 or 15855320. OLE color: 15855320.

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

Color convert

RGB216238241-
CMYK0.100.0100.05
HSL187.2º47.17%89.61%-
HSV(B)187.2º10.37%94.51%-
XYZ74.7782.195.12-
YUV231.76133.21116.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.08%
GREEN value IS 238 (93.36% from 255) = 34.24%
BLUE value IS 241 (94.53% from 255) = 34.68%
R=31.08%
G=34.24%
B=34.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162382410.100.0100.05187.247.1789.61
HexD8EEF1A105bb2f5a
Octal3303563611210527357132
Binary110110001110111011110001101010101101110111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EEF1; }

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

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

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

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

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

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

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

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