#DAF1F0

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

Shades of Oyster Bay #DAF1F0

Tints of Oyster Bay #DAF1F0

Color information

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

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

Color convert

RGB218241240-
CMYK0.1000.000.05
HSL177.39º45.1%90%-
HSV(B)177.39º9.54%94.51%-
XYZ76.184.1194.66-
YUV234.01131.38116.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182412400.1000.000.05177.3945.190
HexDAF1F0A005b12d5a
Octal3323613601200526155132
Binary110110101111000111110000101000101101100011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1F0; }

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

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

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

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

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

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

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

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