#DAECEB

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

Shades of Oyster Bay #DAECEB

Tints of Oyster Bay #DAECEB

Color information

#DAECEB (or 0xDAECEB) is unknown color: approx Oyster Bay. HEX triplet: DA, EC and EB. RGB value is (218,236,235). Sum of RGB (Red+Green+Blue) = 218+236+235=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECEB is #251314. Grayscale: #E6E6E6. Windows color (decimal): -2429717 or 15461594. OLE color: 15461594.

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

Color convert

RGB218236235-
CMYK0.0800.000.07
HSL176.67º32.14%89.02%-
HSV(B)176.67º7.63%92.55%-
XYZ73.980.8990.32-
YUV230.5130.54119.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.64%
GREEN value IS 236 (92.58% from 255) = 34.25%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=31.64%
G=34.25%
B=34.11%

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
Decimal2182362350.0800.000.07176.6732.1489.02
HexDAECEB8007b12059
Octal3323543531000726140131
Binary110110101110110011101011100000111101100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECEB; }

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

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

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

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

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

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

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

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