#D1EFEE

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

Shades of Oyster Bay #D1EFEE

Tints of Oyster Bay #D1EFEE

Color information

#D1EFEE (or 0xD1EFEE) is unknown color: approx Oyster Bay. HEX triplet: D1, EF and EE. RGB value is (209,239,238). Sum of RGB (Red+Green+Blue) = 209+239+238=686 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.47% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFEE is #2E1011. Grayscale: #E5E5E5. Windows color (decimal): -3018770 or 15658961. OLE color: 15658961.

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

Color convert

RGB209239238-
CMYK0.1300.000.06
HSL178º48.39%87.84%-
HSV(B)178º12.55%93.73%-
XYZ72.5981.4692.79-
YUV229.92132.56113.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.47%
GREEN value IS 239 (93.75% from 255) = 34.84%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=30.47%
G=34.84%
B=34.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092392380.1300.000.0617848.3987.84
HexD1EFEED006b23058
Octal3213573561500626260130
Binary110100011110111111101110110100110101100101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFEE; }

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

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

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

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

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

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

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

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