#DAE9EB

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

Shades of Oyster Bay #DAE9EB

Tints of Oyster Bay #DAE9EB

Color information

#DAE9EB (or 0xDAE9EB) is unknown color: approx Oyster Bay. HEX triplet: DA, E9 and EB. RGB value is (218,233,235). Sum of RGB (Red+Green+Blue) = 218+233+235=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 233 (91.41% from 255 or 33.97% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAE9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9EB is #251614. Grayscale: #E4E4E4. Windows color (decimal): -2430485 or 15460826. OLE color: 15460826.

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

Color convert

RGB218233235-
CMYK0.070.0100.08
HSL187.06º29.82%88.82%-
HSV(B)187.06º7.23%92.16%-
XYZ73.0579.1890.03-
YUV228.74131.53120.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 233 (91.41% from 255) = 33.97%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=31.78%
G=33.97%
B=34.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182332350.070.0100.08187.0629.8288.82
HexDAE9EB7108bb1e59
Octal3323513537101027336131
Binary11011010111010011110101111110100010111011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9EB; }

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

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

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

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

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

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

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

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