#DAEFEF

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

Shades of Oyster Bay #DAEFEF

Tints of Oyster Bay #DAEFEF

Color information

#DAEFEF (or 0xDAEFEF) is unknown color: approx Oyster Bay. HEX triplet: DA, EF and EF. RGB value is (218,239,239). Sum of RGB (Red+Green+Blue) = 218+239+239=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #DAEFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFEF is #251010. Grayscale: #E8E8E8. Windows color (decimal): -2428945 or 15724506. OLE color: 15724506.

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

Color convert

RGB218239239-
CMYK0.09000.06
HSL180º39.62%89.61%-
HSV(B)180º8.79%93.73%-
XYZ75.3682.8793.69-
YUV232.72131.54117.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.32%
GREEN value IS 239 (93.75% from 255) = 34.34%
BLUE value IS 239 (93.75% from 255) = 34.34%
R=31.32%
G=34.34%
B=34.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392390.09000.0618039.6289.61
HexDAEFEF9006b4285a
Octal3323573571100626450132
Binary110110101110111111101111100100110101101001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFEF; }

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

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

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

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

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

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

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

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