#DAEDED

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

Shades of Oyster Bay #DAEDED

Tints of Oyster Bay #DAEDED

Color information

#DAEDED (or 0xDAEDED) is unknown color: approx Oyster Bay. HEX triplet: DA, ED and ED. RGB value is (218,237,237). Sum of RGB (Red+Green+Blue) = 218+237+237=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #DAEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDED is #251212. Grayscale: #E7E7E7. Windows color (decimal): -2429459 or 15592922. OLE color: 15592922.

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

Color convert

RGB218237237-
CMYK0.08000.07
HSL180º34.55%89.22%-
HSV(B)180º8.02%92.94%-
XYZ74.4881.5991.94-
YUV231.32131.21118.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.50%
GREEN value IS 237 (92.97% from 255) = 34.25%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=31.50%
G=34.25%
B=34.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182372370.08000.0718034.5589.22
HexDAEDED8007b42359
Octal3323553551000726443131
Binary110110101110110111101101100000111101101001000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDED; }

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

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

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

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

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

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

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

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