#D5EAEA

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

Shades of Oyster Bay #D5EAEA

Tints of Oyster Bay #D5EAEA

Color information

#D5EAEA (or 0xD5EAEA) is unknown color: approx Oyster Bay. HEX triplet: D5, EA and EA. RGB value is (213,234,234). Sum of RGB (Red+Green+Blue) = 213+234+234=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #D5EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EAEA is #2A1515. Grayscale: #E3E3E3. Windows color (decimal): -2757910 or 15395541. OLE color: 15395541.

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

Color convert

RGB213234234-
CMYK0.09000.08
HSL180º33.33%87.65%-
HSV(B)180º8.97%91.76%-
XYZ71.7178.9389.3-
YUV227.72131.54117.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.28%
GREEN value IS 234 (91.80% from 255) = 34.36%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=31.28%
G=34.36%
B=34.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132342340.09000.0818033.3387.65
HexD5EAEA9008b42158
Octal32535235211001026441130
Binary1101010111101010111010101001001000101101001000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EAEA; }

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

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

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

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

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

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

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

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