#D0EAEB

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

Shades of Oyster Bay #D0EAEB

Tints of Oyster Bay #D0EAEB

Color information

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

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

Color convert

RGB208234235-
CMYK0.110.0000.08
HSL182.22º40.3%86.86%-
HSV(B)182.22º11.49%92.16%-
XYZ70.4378.2589.99-
YUV226.34132.89114.92-

RGB Variations

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

RGB

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

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
Decimal2082342350.110.0000.08182.2240.386.86
HexD0EAEBB008b62857
Octal32035235313001026650127
Binary1101000011101010111010111011001000101101101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EAEB; }

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

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

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

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

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

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

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

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