#DAEFF1

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

Shades of Oyster Bay #DAEFF1

Tints of Oyster Bay #DAEFF1

Color information

#DAEFF1 (or 0xDAEFF1) is unknown color: approx Oyster Bay. HEX triplet: DA, EF and F1. RGB value is (218,239,241). Sum of RGB (Red+Green+Blue) = 218+239+241=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFF1 is #25100E. Grayscale: #E8E8E8. Windows color (decimal): -2428943 or 15855578. OLE color: 15855578.

HSL color Cylindrical-coordinate representation of color #DAEFF1: hue angle of 185.22º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAEFF1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218239241-
CMYK0.100.0100.05
HSL185.22º45.1%90%-
HSV(B)185.22º9.54%94.51%-
XYZ75.6682.9995.25-
YUV232.95132.54117.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.23%
GREEN value IS 239 (93.75% from 255) = 34.24%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=31.23%
G=34.24%
B=34.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182392410.100.0100.05185.2245.190
HexDAEFF1A105b92d5a
Octal3323573611210527155132
Binary110110101110111111110001101010101101110011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFF1; }

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

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

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

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

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

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

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

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