#D1EFF3

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

Shades of Oyster Bay #D1EFF3

Tints of Oyster Bay #D1EFF3

Color information

#D1EFF3 (or 0xD1EFF3) is unknown color: approx Oyster Bay. HEX triplet: D1, EF and F3. RGB value is (209,239,243). Sum of RGB (Red+Green+Blue) = 209+239+243=691 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.25% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #D1EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFF3 is #2E100C. Grayscale: #E6E6E6. Windows color (decimal): -3018765 or 15986641. OLE color: 15986641.

HSL color Cylindrical-coordinate representation of color #D1EFF3: hue angle of 187.06º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1EFF3 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209239243-
CMYK0.140.0200.05
HSL187.06º58.62%88.63%-
HSV(B)187.06º13.99%95.29%-
XYZ73.3481.7696.71-
YUV230.49135.06112.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.25%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 243 (95.31% from 255) = 35.17%
R=30.25%
G=34.59%
B=35.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092392430.140.0200.05187.0658.6288.63
HexD1EFF3E205bb3b59
Octal3213573631620527373131
Binary1101000111101111111100111110100101101110111110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFF3; }

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

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

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

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

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

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

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

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