#D1EAEB

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

Shades of Oyster Bay #D1EAEB

Tints of Oyster Bay #D1EAEB

Color information

#D1EAEB (or 0xD1EAEB) is unknown color: approx Oyster Bay. HEX triplet: D1, EA and EB. RGB value is (209,234,235). Sum of RGB (Red+Green+Blue) = 209+234+235=678 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.83% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EAEB is #2E1514. Grayscale: #E2E2E2. Windows color (decimal): -3020053 or 15461073. OLE color: 15461073.

HSL color Cylindrical-coordinate representation of color #D1EAEB: hue angle of 182.31º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1EAEB is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209234235-
CMYK0.110.0000.08
HSL182.31º39.39%87.06%-
HSV(B)182.31º11.06%92.16%-
XYZ70.7178.490-
YUV226.64132.72115.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.83%
GREEN value IS 234 (91.80% from 255) = 34.51%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=30.83%
G=34.51%
B=34.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092342350.110.0000.08182.3139.3987.06
HexD1EAEBB008b62757
Octal32135235313001026647127
Binary1101000111101010111010111011001000101101101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EAEB; }

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

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

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

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

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

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

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

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