#D5EAEB

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

Shades of Oyster Bay #D5EAEB

Tints of Oyster Bay #D5EAEB

Color information

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

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

Color convert

RGB213234235-
CMYK0.090.0000.08
HSL182.73º35.48%87.84%-
HSV(B)182.73º9.36%92.16%-
XYZ71.8678.9990.06-
YUV227.84132.04117.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132342350.090.0000.08182.7335.4887.84
HexD5EAEB9008b72358
Octal32535235311001026743130
Binary1101010111101010111010111001001000101101111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EAEB; }

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

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

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

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

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

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

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

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