#DAF1F3

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

Shades of Oyster Bay #DAF1F3

Tints of Oyster Bay #DAF1F3

Color information

#DAF1F3 (or 0xDAF1F3) is unknown color: approx Oyster Bay. HEX triplet: DA, F1 and F3. RGB value is (218,241,243). Sum of RGB (Red+Green+Blue) = 218+241+243=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAF1F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1F3 is #250E0C. Grayscale: #EAEAEA. Windows color (decimal): -2428429 or 15987162. OLE color: 15987162.

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

Color convert

RGB218241243-
CMYK0.100.0100.05
HSL184.8º51.02%90.39%-
HSV(B)184.8º10.29%95.29%-
XYZ76.5584.2997.03-
YUV234.35132.88116.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.05%
GREEN value IS 241 (94.53% from 255) = 34.33%
BLUE value IS 243 (95.31% from 255) = 34.62%
R=31.05%
G=34.33%
B=34.62%

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
Decimal2182412430.100.0100.05184.851.0290.39
HexDAF1F3A105b9335a
Octal3323613631210527163132
Binary110110101111000111110011101010101101110011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1F3; }

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

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

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

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

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

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

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

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