#D0EBEE

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

Shades of Oyster Bay #D0EBEE

Tints of Oyster Bay #D0EBEE

Color information

#D0EBEE (or 0xD0EBEE) is unknown color: approx Oyster Bay. HEX triplet: D0, EB and EE. RGB value is (208,235,238). Sum of RGB (Red+Green+Blue) = 208+235+238=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0EBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EBEE is #2F1411. Grayscale: #E3E3E3. Windows color (decimal): -3085330 or 15657936. OLE color: 15657936.

HSL color Cylindrical-coordinate representation of color #D0EBEE: hue angle of 186º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EBEE is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208235238-
CMYK0.130.0100.07
HSL186º46.87%87.45%-
HSV(B)186º12.61%93.33%-
XYZ71.157992.39-
YUV227.27134.05114.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.54%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=30.54%
G=34.51%
B=34.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082352380.130.0100.0718646.8787.45
HexD0EBEED107ba2f57
Octal3203533561510727257127
Binary110100001110101111101110110110111101110101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBEE; }

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

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

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

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

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

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

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

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