#DAEAEA

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

Shades of Oyster Bay #DAEAEA

Tints of Oyster Bay #DAEAEA

Color information

#DAEAEA (or 0xDAEAEA) is unknown color: approx Oyster Bay. HEX triplet: DA, EA and EA. RGB value is (218,234,234). Sum of RGB (Red+Green+Blue) = 218+234+234=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #DAEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAEA is #251515. Grayscale: #E5E5E5. Windows color (decimal): -2430230 or 15395546. OLE color: 15395546.

HSL color Cylindrical-coordinate representation of color #DAEAEA: hue angle of 180º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEAEA is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218234234-
CMYK0.07000.08
HSL180º27.59%88.63%-
HSV(B)180º6.84%91.76%-
XYZ73.1979.6989.37-
YUV229.22130.7120-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=31.78%
G=34.11%
B=34.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342340.07000.0818027.5988.63
HexDAEAEA7008b41c59
Octal3323523527001026434131
Binary11011010111010101110101011100100010110100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAEA; }

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

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

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

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

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

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

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

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