#D0EAEE

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

Shades of Oyster Bay #D0EAEE

Tints of Oyster Bay #D0EAEE

Color information

#D0EAEE (or 0xD0EAEE) is unknown color: approx Oyster Bay. HEX triplet: D0, EA and EE. RGB value is (208,234,238). Sum of RGB (Red+Green+Blue) = 208+234+238=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EAEE is #2F1511. Grayscale: #E2E2E2. Windows color (decimal): -3085586 or 15657680. OLE color: 15657680.

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

Color convert

RGB208234238-
CMYK0.130.0200.07
HSL188º46.87%87.45%-
HSV(B)188º12.61%93.33%-
XYZ70.8778.4392.29-
YUV226.68134.39114.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.59%
GREEN value IS 234 (91.80% from 255) = 34.41%
BLUE value IS 238 (93.36% from 255) = 35%
R=30.59%
G=34.41%
B=35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082342380.130.0200.0718846.8787.45
HexD0EAEED207bc2f57
Octal3203523561520727457127
Binary1101000011101010111011101101100111101111001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EAEE; }

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

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

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

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

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

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

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

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