#DAEEF0

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

Shades of Oyster Bay #DAEEF0

Tints of Oyster Bay #DAEEF0

Color information

#DAEEF0 (or 0xDAEEF0) is unknown color: approx Oyster Bay. HEX triplet: DA, EE and F0. RGB value is (218,238,240). Sum of RGB (Red+Green+Blue) = 218+238+240=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEF0 is #25110F. Grayscale: #E8E8E8. Windows color (decimal): -2429200 or 15789786. OLE color: 15789786.

HSL color Cylindrical-coordinate representation of color #DAEEF0: hue angle of 185.45º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEEF0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218238240-
CMYK0.090.0100.06
HSL185.45º42.31%89.8%-
HSV(B)185.45º9.17%94.12%-
XYZ75.2282.3594.37-
YUV232.25132.37117.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.32%
GREEN value IS 238 (93.36% from 255) = 34.20%
BLUE value IS 240 (94.14% from 255) = 34.48%
R=31.32%
G=34.20%
B=34.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182382400.090.0100.06185.4542.3189.8
HexDAEEF09106b92a5a
Octal3323563601110627152132
Binary110110101110111011110000100110110101110011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEF0; }

 p { color: rgb(218,238,240); }

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

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

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

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

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

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

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