#D1EAEF

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

Shades of Oyster Bay #D1EAEF

Tints of Oyster Bay #D1EAEF

Color information

#D1EAEF (or 0xD1EAEF) is unknown color: approx Oyster Bay. HEX triplet: D1, EA and EF. RGB value is (209,234,239). Sum of RGB (Red+Green+Blue) = 209+234+239=682 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.65% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EAEF is #2E1510. Grayscale: #E3E3E3. Windows color (decimal): -3020049 or 15723217. OLE color: 15723217.

HSL color Cylindrical-coordinate representation of color #D1EAEF: hue angle of 190º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EAEF is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209234239-
CMYK0.130.0200.06
HSL190º48.39%87.84%-
HSV(B)190º12.55%93.73%-
XYZ71.378.6393.08-
YUV227.1134.72115.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.65%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 239 (93.75% from 255) = 35.04%
R=30.65%
G=34.31%
B=35.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092342390.130.0200.0619048.3987.84
HexD1EAEFD206be3058
Octal3213523571520627660130
Binary1101000111101010111011111101100110101111101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EAEF; }

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

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

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

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

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

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

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

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