#DAEEEE

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

Shades of Oyster Bay #DAEEEE

Tints of Oyster Bay #DAEEEE

Color information

#DAEEEE (or 0xDAEEEE) is unknown color: approx Oyster Bay. HEX triplet: DA, EE and EE. RGB value is (218,238,238). Sum of RGB (Red+Green+Blue) = 218+238+238=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #DAEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEEE is #251111. Grayscale: #E8E8E8. Windows color (decimal): -2429202 or 15658714. OLE color: 15658714.

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

Color convert

RGB218238238-
CMYK0.08000.07
HSL180º37.04%89.41%-
HSV(B)180º8.4%93.33%-
XYZ74.9282.2392.81-
YUV232.02131.37118-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.41%
GREEN value IS 238 (93.36% from 255) = 34.29%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=31.41%
G=34.29%
B=34.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182382380.08000.0718037.0489.41
HexDAEEEE8007b42559
Octal3323563561000726445131
Binary110110101110111011101110100000111101101001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEEE; }

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

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

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

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

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

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

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

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