#D0EEED

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

Shades of Oyster Bay #D0EEED

Tints of Oyster Bay #D0EEED

Color information

#D0EEED (or 0xD0EEED) is unknown color: approx Oyster Bay. HEX triplet: D0, EE and ED. RGB value is (208,238,237). Sum of RGB (Red+Green+Blue) = 208+238+237=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EEED is #2F1112. Grayscale: #E4E4E4. Windows color (decimal): -3084563 or 15593168. OLE color: 15593168.

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

Color convert

RGB208238237-
CMYK0.1300.000.07
HSL178º46.88%87.45%-
HSV(B)178º12.61%93.33%-
XYZ71.8780.6791.9-
YUV228.92132.56113.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.45%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=30.45%
G=34.85%
B=34.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082382370.1300.000.0717846.8887.45
HexD0EEEDD007b22f57
Octal3203563551500726257127
Binary110100001110111011101101110100111101100101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEED; }

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

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

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

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

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

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

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

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