#D0E9EB

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

Shades of Oyster Bay #D0E9EB

Tints of Oyster Bay #D0E9EB

Color information

#D0E9EB (or 0xD0E9EB) is unknown color: approx Oyster Bay. HEX triplet: D0, E9 and EB. RGB value is (208,233,235). Sum of RGB (Red+Green+Blue) = 208+233+235=676 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.77% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0E9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E9EB is #2F1614. Grayscale: #E1E1E1. Windows color (decimal): -3085845 or 15460816. OLE color: 15460816.

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

Color convert

RGB208233235-
CMYK0.110.0100.08
HSL184.44º40.3%86.86%-
HSV(B)184.44º11.49%92.16%-
XYZ70.1577.6989.9-
YUV225.75133.22115.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.77%
GREEN value IS 233 (91.41% from 255) = 34.47%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=30.77%
G=34.47%
B=34.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082332350.110.0100.08184.4440.386.86
HexD0E9EBB108b82857
Octal32035135313101027050127
Binary1101000011101001111010111011101000101110001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E9EB; }

 p { color: rgb(208,233,235); }

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

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

 a { background-color: rgb(208,233,235); }

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

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

 span { border-color: rgb(208,233,235); }

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