#D1EAEA

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

Shades of Oyster Bay #D1EAEA

Tints of Oyster Bay #D1EAEA

Color information

#D1EAEA (or 0xD1EAEA) is unknown color: approx Oyster Bay. HEX triplet: D1, EA and EA. RGB value is (209,234,234). Sum of RGB (Red+Green+Blue) = 209+234+234=677 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.87% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #D1EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EAEA is #2E1515. Grayscale: #E2E2E2. Windows color (decimal): -3020054 or 15395537. OLE color: 15395537.

HSL color Cylindrical-coordinate representation of color #D1EAEA: hue angle of 180º degrees, saturation: 0.37, 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 #D1EAEA is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209234234-
CMYK0.11000.08
HSL180º37.31%86.86%-
HSV(B)180º10.68%91.76%-
XYZ70.5778.3489.24-
YUV226.52132.22115.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.87%
GREEN value IS 234 (91.80% from 255) = 34.56%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=30.87%
G=34.56%
B=34.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092342340.11000.0818037.3186.86
HexD1EAEAB008b42557
Octal32135235213001026445127
Binary1101000111101010111010101011001000101101001001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EAEA; }

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

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

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

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

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

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

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

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