#D0EBEA

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

Shades of Oyster Bay #D0EBEA

Tints of Oyster Bay #D0EBEA

Color information

#D0EBEA (or 0xD0EBEA) is unknown color: approx Oyster Bay. HEX triplet: D0, EB and EA. RGB value is (208,235,234). Sum of RGB (Red+Green+Blue) = 208+235+234=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EBEA is #2F1415. Grayscale: #E2E2E2. Windows color (decimal): -3085334 or 15395792. OLE color: 15395792.

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

Color convert

RGB208235234-
CMYK0.1100.000.08
HSL177.78º40.3%86.86%-
HSV(B)177.78º11.49%92.16%-
XYZ70.5778.7789.33-
YUV226.81132.05114.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.72%
GREEN value IS 235 (92.19% from 255) = 34.71%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=30.72%
G=34.71%
B=34.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352340.1100.000.08177.7840.386.86
HexD0EBEAB008b22857
Octal32035335213001026250127
Binary1101000011101011111010101011001000101100101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBEA; }

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

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

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

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

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

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

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

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