#DAEBEB

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

Shades of Oyster Bay #DAEBEB

Tints of Oyster Bay #DAEBEB

Color information

#DAEBEB (or 0xDAEBEB) is unknown color: approx Oyster Bay. HEX triplet: DA, EB and EB. RGB value is (218,235,235). Sum of RGB (Red+Green+Blue) = 218+235+235=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #DAEBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEBEB is #251414. Grayscale: #E5E5E5. Windows color (decimal): -2429973 or 15461338. OLE color: 15461338.

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

Color convert

RGB218235235-
CMYK0.07000.08
HSL180º29.82%88.82%-
HSV(B)180º7.23%92.16%-
XYZ73.6280.3290.22-
YUV229.92130.87119.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.69%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=31.69%
G=34.16%
B=34.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182352350.07000.0818029.8288.82
HexDAEBEB7008b41e59
Octal3323533537001026436131
Binary11011010111010111110101111100100010110100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBEB; }

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

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

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

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

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

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

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

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