#DAEEEF

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

Shades of Oyster Bay #DAEEEF

Tints of Oyster Bay #DAEEEF

Color information

#DAEEEF (or 0xDAEEEF) is unknown color: approx Oyster Bay. HEX triplet: DA, EE and EF. RGB value is (218,238,239). Sum of RGB (Red+Green+Blue) = 218+238+239=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAEEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEEF is #251110. Grayscale: #E8E8E8. Windows color (decimal): -2429201 or 15724250. OLE color: 15724250.

HSL color Cylindrical-coordinate representation of color #DAEEEF: hue angle of 182.86º degrees, saturation: 0.4, 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 #DAEEEF is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218238239-
CMYK0.090.0000.06
HSL182.86º39.62%89.61%-
HSV(B)182.86º8.79%93.73%-
XYZ75.0782.2993.59-
YUV232.13131.87117.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.37%
GREEN value IS 238 (93.36% from 255) = 34.24%
BLUE value IS 239 (93.75% from 255) = 34.39%
R=31.37%
G=34.24%
B=34.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182382390.090.0000.06182.8639.6289.61
HexDAEEEF9006b7285a
Octal3323563571100626750132
Binary110110101110111011101111100100110101101111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEEF; }

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

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

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

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

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

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

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

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