#DAEEED

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

Shades of Oyster Bay #DAEEED

Tints of Oyster Bay #DAEEED

Color information

#DAEEED (or 0xDAEEED) is unknown color: approx Oyster Bay. HEX triplet: DA, EE and ED. RGB value is (218,238,237). Sum of RGB (Red+Green+Blue) = 218+238+237=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEED is #251112. Grayscale: #E7E7E7. Windows color (decimal): -2429203 or 15593178. OLE color: 15593178.

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

Color convert

RGB218238237-
CMYK0.0800.000.07
HSL177º37.04%89.41%-
HSV(B)177º8.4%93.33%-
XYZ74.7782.1792.04-
YUV231.91130.87118.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.46%
GREEN value IS 238 (93.36% from 255) = 34.34%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=31.46%
G=34.34%
B=34.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182382370.0800.000.0717737.0489.41
HexDAEEED8007b12559
Octal3323563551000726145131
Binary110110101110111011101101100000111101100011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEED; }

 p { color: rgb(218,238,237); }

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

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

 a { background-color: rgb(218,238,237); }

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

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

 span { border-color: rgb(218,238,237); }

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