#DAE9EA

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

Shades of Oyster Bay #DAE9EA

Tints of Oyster Bay #DAE9EA

Color information

#DAE9EA (or 0xDAE9EA) is unknown color: approx Oyster Bay. HEX triplet: DA, E9 and EA. RGB value is (218,233,234). Sum of RGB (Red+Green+Blue) = 218+233+234=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9EA is #251615. Grayscale: #E4E4E4. Windows color (decimal): -2430486 or 15395290. OLE color: 15395290.

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

Color convert

RGB218233234-
CMYK0.070.0000.08
HSL183.75º27.59%88.63%-
HSV(B)183.75º6.84%91.76%-
XYZ72.979.1289.27-
YUV228.63131.03120.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 233 (91.41% from 255) = 34.01%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=31.82%
G=34.01%
B=34.16%

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
Decimal2182332340.070.0000.08183.7527.5988.63
HexDAE9EA7008b81c59
Octal3323513527001027034131
Binary11011010111010011110101011100100010111000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9EA; }

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

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

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

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

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

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

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

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