#DAEBEA

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

Shades of Oyster Bay #DAEBEA

Tints of Oyster Bay #DAEBEA

Color information

#DAEBEA (or 0xDAEBEA) is unknown color: approx Oyster Bay. HEX triplet: DA, EB and EA. RGB value is (218,235,234). Sum of RGB (Red+Green+Blue) = 218+235+234=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEBEA is #251415. Grayscale: #E5E5E5. Windows color (decimal): -2429974 or 15395802. OLE color: 15395802.

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

Color convert

RGB218235234-
CMYK0.0700.000.08
HSL176.47º29.82%88.82%-
HSV(B)176.47º7.23%92.16%-
XYZ73.4780.2689.46-
YUV229.8130.37119.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.73%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=31.73%
G=34.21%
B=34.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182352340.0700.000.08176.4729.8288.82
HexDAEBEA7008b01e59
Octal3323533527001026036131
Binary11011010111010111110101011100100010110000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBEA; }

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

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

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

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

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

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

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

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