#D1EFEF

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

Shades of Oyster Bay #D1EFEF

Tints of Oyster Bay #D1EFEF

Color information

#D1EFEF (or 0xD1EFEF) is unknown color: approx Oyster Bay. HEX triplet: D1, EF and EF. RGB value is (209,239,239). Sum of RGB (Red+Green+Blue) = 209+239+239=687 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.42% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #D1EFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFEF is #2E1010. Grayscale: #E5E5E5. Windows color (decimal): -3018769 or 15724497. OLE color: 15724497.

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

Color convert

RGB209239239-
CMYK0.13000.06
HSL180º48.39%87.84%-
HSV(B)180º12.55%93.73%-
XYZ72.7481.5293.56-
YUV230.03133.06113-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.42%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=30.42%
G=34.79%
B=34.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092392390.13000.0618048.3987.84
HexD1EFEFD006b43058
Octal3213573571500626460130
Binary110100011110111111101111110100110101101001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFEF; }

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

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

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

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

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

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

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

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