#DAF0F1

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

Shades of Oyster Bay #DAF0F1

Tints of Oyster Bay #DAF0F1

Color information

#DAF0F1 (or 0xDAF0F1) is unknown color: approx Oyster Bay. HEX triplet: DA, F0 and F1. RGB value is (218,240,241). Sum of RGB (Red+Green+Blue) = 218+240+241=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAF0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0F1 is #250F0E. Grayscale: #E9E9E9. Windows color (decimal): -2428687 or 15855834. OLE color: 15855834.

HSL color Cylindrical-coordinate representation of color #DAF0F1: hue angle of 182.61º 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 #DAF0F1 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218240241-
CMYK0.100.0000.05
HSL182.61º45.1%90%-
HSV(B)182.61º9.54%94.51%-
XYZ75.9583.5895.35-
YUV233.54132.21116.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.19%
GREEN value IS 240 (94.14% from 255) = 34.33%
BLUE value IS 241 (94.53% from 255) = 34.48%
R=31.19%
G=34.33%
B=34.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182402410.100.0000.05182.6145.190
HexDAF0F1A005b72d5a
Octal3323603611200526755132
Binary110110101111000011110001101000101101101111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0F1; }

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

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

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

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

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

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

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

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