#D1EFF5

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

Shades of Oyster Bay #D1EFF5

Tints of Oyster Bay #D1EFF5

Color information

#D1EFF5 (or 0xD1EFF5) is unknown color: approx Oyster Bay. HEX triplet: D1, EF and F5. RGB value is (209,239,245). Sum of RGB (Red+Green+Blue) = 209+239+245=693 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.16% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1EFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFF5 is #2E100A. Grayscale: #E6E6E6. Windows color (decimal): -3018763 or 16117713. OLE color: 16117713.

HSL color Cylindrical-coordinate representation of color #D1EFF5: hue angle of 190º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1EFF5 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB209239245-
CMYK0.150.0200.04
HSL190º64.29%89.02%-
HSV(B)190º14.69%96.08%-
XYZ73.6481.8898.31-
YUV230.71136.06112.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.16%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 245 (96.09% from 255) = 35.35%
R=30.16%
G=34.49%
B=35.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2092392450.150.0200.0419064.2989.02
HexD1EFF5F204be4059
Octal32135736517204276100131
Binary11010001111011111111010111111001001011111010000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFF5; }

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

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

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

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

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

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

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

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