#D9EAEA

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

Shades of Oyster Bay #D9EAEA

Tints of Oyster Bay #D9EAEA

Color information

#D9EAEA (or 0xD9EAEA) is unknown color: approx Oyster Bay. HEX triplet: D9, EA and EA. RGB value is (217,234,234). Sum of RGB (Red+Green+Blue) = 217+234+234=685 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.68% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #D9EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EAEA is #261515. Grayscale: #E4E4E4. Windows color (decimal): -2495766 or 15395545. OLE color: 15395545.

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

Color convert

RGB217234234-
CMYK0.07000.08
HSL180º28.81%88.43%-
HSV(B)180º7.26%91.76%-
XYZ72.8979.5489.35-
YUV228.92130.87119.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.68%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=31.68%
G=34.16%
B=34.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172342340.07000.0818028.8188.43
HexD9EAEA7008b41d58
Octal3313523527001026435130
Binary11011001111010101110101011100100010110100111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EAEA; }

 p { color: rgb(217,234,234); }

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

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

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

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

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

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

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