#DAECEE

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

Shades of Oyster Bay #DAECEE

Tints of Oyster Bay #DAECEE

Color information

#DAECEE (or 0xDAECEE) is unknown color: approx Oyster Bay. HEX triplet: DA, EC and EE. RGB value is (218,236,238). Sum of RGB (Red+Green+Blue) = 218+236+238=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECEE is #251311. Grayscale: #E6E6E6. Windows color (decimal): -2429714 or 15658202. OLE color: 15658202.

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

Color convert

RGB218236238-
CMYK0.080.0100.07
HSL186º37.04%89.41%-
HSV(B)186º8.4%93.33%-
XYZ74.3481.0792.62-
YUV230.85132.04118.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.50%
GREEN value IS 236 (92.58% from 255) = 34.10%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=31.50%
G=34.10%
B=34.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182362380.080.0100.0718637.0489.41
HexDAECEE8107ba2559
Octal3323543561010727245131
Binary110110101110110011101110100010111101110101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECEE; }

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

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

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

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

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

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

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

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