#D5EFEE

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

Shades of Oyster Bay #D5EFEE

Tints of Oyster Bay #D5EFEE

Color information

#D5EFEE (or 0xD5EFEE) is unknown color: approx Oyster Bay. HEX triplet: D5, EF and EE. RGB value is (213,239,238). Sum of RGB (Red+Green+Blue) = 213+239+238=690 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.87% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EFEE is #2A1011. Grayscale: #E7E7E7. Windows color (decimal): -2756626 or 15658965. OLE color: 15658965.

HSL color Cylindrical-coordinate representation of color #D5EFEE: hue angle of 177.69º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5EFEE is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB213239238-
CMYK0.1100.000.06
HSL177.69º44.83%88.63%-
HSV(B)177.69º10.88%93.73%-
XYZ73.7482.0592.84-
YUV231.11131.89115.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.87%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=30.87%
G=34.64%
B=34.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132392380.1100.000.06177.6944.8388.63
HexD5EFEEB006b22d59
Octal3253573561300626255131
Binary110101011110111111101110101100110101100101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFEE; }

 p { color: rgb(213,239,238); }

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

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

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

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

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

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

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