#D2EAEB

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

Shades of Oyster Bay #D2EAEB

Tints of Oyster Bay #D2EAEB

Color information

#D2EAEB (or 0xD2EAEB) is unknown color: approx Oyster Bay. HEX triplet: D2, EA and EB. RGB value is (210,234,235). Sum of RGB (Red+Green+Blue) = 210+234+235=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EAEB is #2D1514. Grayscale: #E2E2E2. Windows color (decimal): -2954517 or 15461074. OLE color: 15461074.

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

Color convert

RGB210234235-
CMYK0.110.0000.08
HSL182.4º38.46%87.25%-
HSV(B)182.4º10.64%92.16%-
XYZ7178.5590.02-
YUV226.94132.55115.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.93%
GREEN value IS 234 (91.80% from 255) = 34.46%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=30.93%
G=34.46%
B=34.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102342350.110.0000.08182.438.4687.25
HexD2EAEBB008b62657
Octal32235235313001026646127
Binary1101001011101010111010111011001000101101101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EAEB; }

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

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

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

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

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

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

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

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