#D5EBEA

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

Shades of Oyster Bay #D5EBEA

Tints of Oyster Bay #D5EBEA

Color information

#D5EBEA (or 0xD5EBEA) is unknown color: approx Oyster Bay. HEX triplet: D5, EB and EA. RGB value is (213,235,234). Sum of RGB (Red+Green+Blue) = 213+235+234=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBEA is #2A1415. Grayscale: #E4E4E4. Windows color (decimal): -2757654 or 15395797. OLE color: 15395797.

HSL color Cylindrical-coordinate representation of color #D5EBEA: hue angle of 177.27º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EBEA is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB213235234-
CMYK0.0900.000.08
HSL177.27º35.48%87.84%-
HSV(B)177.27º9.36%92.16%-
XYZ7279.589.39-
YUV228.31131.21117.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.23%
GREEN value IS 235 (92.19% from 255) = 34.46%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=31.23%
G=34.46%
B=34.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132352340.0900.000.08177.2735.4887.84
HexD5EBEA9008b12358
Octal32535335211001026143130
Binary1101010111101011111010101001001000101100011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBEA; }

 p { color: rgb(213,235,234); }

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

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

 a { background-color: rgb(213,235,234); }

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

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

 span { border-color: rgb(213,235,234); }

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