#DAEDEC

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

Shades of Oyster Bay #DAEDEC

Tints of Oyster Bay #DAEDEC

Color information

#DAEDEC (or 0xDAEDEC) is unknown color: approx Oyster Bay. HEX triplet: DA, ED and EC. RGB value is (218,237,236). Sum of RGB (Red+Green+Blue) = 218+237+236=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDEC is #251213. Grayscale: #E7E7E7. Windows color (decimal): -2429460 or 15527386. OLE color: 15527386.

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

Color convert

RGB218237236-
CMYK0.0800.000.07
HSL176.84º34.55%89.22%-
HSV(B)176.84º8.02%92.94%-
XYZ74.3481.5391.18-
YUV231.2130.71118.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.55%
GREEN value IS 237 (92.97% from 255) = 34.30%
BLUE value IS 236 (92.58% from 255) = 34.15%
R=31.55%
G=34.30%
B=34.15%

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
Decimal2182372360.0800.000.07176.8434.5589.22
HexDAEDEC8007b12359
Octal3323553541000726143131
Binary110110101110110111101100100000111101100011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDEC; }

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

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

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

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

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

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

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

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