#D1E7EA

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

Shades of Oyster Bay #D1E7EA

Tints of Oyster Bay #D1E7EA

Color information

#D1E7EA (or 0xD1E7EA) is unknown color: approx Oyster Bay. HEX triplet: D1, E7 and EA. RGB value is (209,231,234). Sum of RGB (Red+Green+Blue) = 209+231+234=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1E7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E7EA is #2E1815. Grayscale: #E0E0E0. Windows color (decimal): -3020822 or 15394769. OLE color: 15394769.

HSL color Cylindrical-coordinate representation of color #D1E7EA: hue angle of 187.2º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1E7EA is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209231234-
CMYK0.110.0100.08
HSL187.2º37.31%86.86%-
HSV(B)187.2º10.68%91.76%-
XYZ69.7276.6588.96-
YUV224.76133.21116.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.01%
GREEN value IS 231 (90.62% from 255) = 34.27%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=31.01%
G=34.27%
B=34.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092312340.110.0100.08187.237.3186.86
HexD1E7EAB108bb2557
Octal32134735213101027345127
Binary1101000111100111111010101011101000101110111001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E7EA; }

 p { color: rgb(209,231,234); }

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

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

 a { background-color: rgb(209,231,234); }

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

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

 span { border-color: rgb(209,231,234); }

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