#DAF3F1

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

Shades of Oyster Bay #DAF3F1

Tints of Oyster Bay #DAF3F1

Color information

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

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

Color convert

RGB218243241-
CMYK0.1000.010.05
HSL175.2º51.02%90.39%-
HSV(B)175.2º10.29%95.29%-
XYZ76.8485.3695.64-
YUV235.3131.22115.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182432410.1000.010.05175.251.0290.39
HexDAF3F1A015af335a
Octal3323633611201525763132
Binary110110101111001111110001101001101101011111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3F1; }

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

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

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

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

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

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

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

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