#DAEBED

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

Shades of Oyster Bay #DAEBED

Tints of Oyster Bay #DAEBED

Color information

#DAEBED (or 0xDAEBED) is unknown color: approx Oyster Bay. HEX triplet: DA, EB and ED. RGB value is (218,235,237). Sum of RGB (Red+Green+Blue) = 218+235+237=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEBED is #251412. Grayscale: #E6E6E6. Windows color (decimal): -2429971 or 15592410. OLE color: 15592410.

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

Color convert

RGB218235237-
CMYK0.080.0100.07
HSL186.32º34.55%89.22%-
HSV(B)186.32º8.02%92.94%-
XYZ73.9180.4491.75-
YUV230.14131.87119.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.59%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 237 (92.97% from 255) = 34.35%
R=31.59%
G=34.06%
B=34.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182352370.080.0100.07186.3234.5589.22
HexDAEBED8107ba2359
Octal3323533551010727243131
Binary110110101110101111101101100010111101110101000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBED; }

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

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

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

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

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

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

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

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