#D0E6EA

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

Shades of Oyster Bay #D0E6EA

Tints of Oyster Bay #D0E6EA

Color information

#D0E6EA (or 0xD0E6EA) is unknown color: approx Oyster Bay. HEX triplet: D0, E6 and EA. RGB value is (208,230,234). Sum of RGB (Red+Green+Blue) = 208+230+234=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0E6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E6EA is #2F1915. Grayscale: #DFDFDF. Windows color (decimal): -3086614 or 15394512. OLE color: 15394512.

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

Color convert

RGB208230234-
CMYK0.110.0200.08
HSL189.23º38.24%86.67%-
HSV(B)189.23º11.11%91.76%-
XYZ69.1675.9488.86-
YUV223.88133.71116.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.95%
GREEN value IS 230 (90.23% from 255) = 34.23%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=30.95%
G=34.23%
B=34.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082302340.110.0200.08189.2338.2486.67
HexD0E6EAB208bd2657
Octal32034635213201027546127
Binary11010000111001101110101010111001000101111011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E6EA; }

 p { color: rgb(208,230,234); }

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

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

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

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

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

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

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