#DAF0EF

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

Shades of Oyster Bay #DAF0EF

Tints of Oyster Bay #DAF0EF

Color information

#DAF0EF (or 0xDAF0EF) is unknown color: approx Oyster Bay. HEX triplet: DA, F0 and EF. RGB value is (218,240,239). Sum of RGB (Red+Green+Blue) = 218+240+239=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0EF is #250F10. Grayscale: #E9E9E9. Windows color (decimal): -2428689 or 15724762. OLE color: 15724762.

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

Color convert

RGB218240239-
CMYK0.0900.000.06
HSL177.27º42.31%89.8%-
HSV(B)177.27º9.17%94.12%-
XYZ75.6583.4693.78-
YUV233.31131.21117.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.28%
GREEN value IS 240 (94.14% from 255) = 34.43%
BLUE value IS 239 (93.75% from 255) = 34.29%
R=31.28%
G=34.43%
B=34.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182402390.0900.000.06177.2742.3189.8
HexDAF0EF9006b12a5a
Octal3323603571100626152132
Binary110110101111000011101111100100110101100011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0EF; }

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

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

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

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

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

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

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

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