#DAEAEB

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

Shades of Oyster Bay #DAEAEB

Tints of Oyster Bay #DAEAEB

Color information

#DAEAEB (or 0xDAEAEB) is unknown color: approx Oyster Bay. HEX triplet: DA, EA and EB. RGB value is (218,234,235). Sum of RGB (Red+Green+Blue) = 218+234+235=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAEB is #251514. Grayscale: #E5E5E5. Windows color (decimal): -2430229 or 15461082. OLE color: 15461082.

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

Color convert

RGB218234235-
CMYK0.070.0000.08
HSL183.53º29.82%88.82%-
HSV(B)183.53º7.23%92.16%-
XYZ73.3379.7590.13-
YUV229.33131.2119.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.73%
GREEN value IS 234 (91.80% from 255) = 34.06%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=31.73%
G=34.06%
B=34.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342350.070.0000.08183.5329.8288.82
HexDAEAEB7008b81e59
Octal3323523537001027036131
Binary11011010111010101110101111100100010111000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAEB; }

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

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

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

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

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

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

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

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