#DAEBEC

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

Shades of Oyster Bay #DAEBEC

Tints of Oyster Bay #DAEBEC

Color information

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

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

Color convert

RGB218235236-
CMYK0.080.0000.07
HSL183.33º32.14%89.02%-
HSV(B)183.33º7.63%92.55%-
XYZ73.7680.3890.98-
YUV230.03131.37119.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182352360.080.0000.07183.3332.1489.02
HexDAEBEC8007b72059
Octal3323533541000726740131
Binary110110101110101111101100100000111101101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBEC; }

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

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

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

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

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

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

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

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