#D0EEEE

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

Shades of Oyster Bay #D0EEEE

Tints of Oyster Bay #D0EEEE

Color information

#D0EEEE (or 0xD0EEEE) is unknown color: approx Oyster Bay. HEX triplet: D0, EE and EE. RGB value is (208,238,238). Sum of RGB (Red+Green+Blue) = 208+238+238=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #D0EEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EEEE is #2F1111. Grayscale: #E5E5E5. Windows color (decimal): -3084562 or 15658704. OLE color: 15658704.

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

Color convert

RGB208238238-
CMYK0.13000.07
HSL180º46.88%87.45%-
HSV(B)180º12.61%93.33%-
XYZ72.0280.7392.68-
YUV229.03133.06113-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.41%
GREEN value IS 238 (93.36% from 255) = 34.80%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=30.41%
G=34.80%
B=34.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082382380.13000.0718046.8887.45
HexD0EEEED007b42f57
Octal3203563561500726457127
Binary110100001110111011101110110100111101101001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEEE; }

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

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

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

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

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

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

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

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