#DAF1F1

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

Shades of Oyster Bay #DAF1F1

Tints of Oyster Bay #DAF1F1

Color information

#DAF1F1 (or 0xDAF1F1) is unknown color: approx Oyster Bay. HEX triplet: DA, F1 and F1. RGB value is (218,241,241). Sum of RGB (Red+Green+Blue) = 218+241+241=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #DAF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1F1 is #250E0E. Grayscale: #EAEAEA. Windows color (decimal): -2428431 or 15856090. OLE color: 15856090.

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

Color convert

RGB218241241-
CMYK0.10000.05
HSL180º45.1%90%-
HSV(B)180º9.54%94.51%-
XYZ76.2584.1795.45-
YUV234.12131.88116.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.14%
GREEN value IS 241 (94.53% from 255) = 34.43%
BLUE value IS 241 (94.53% from 255) = 34.43%
R=31.14%
G=34.43%
B=34.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182412410.10000.0518045.190
HexDAF1F1A005b42d5a
Octal3323613611200526455132
Binary110110101111000111110001101000101101101001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1F1; }

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

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

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

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

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

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

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

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