Html Css Color HEX #DAF1F0 Oyster Bay

📋 copy color: '#DAF1F0'

red 218 ◦ green 241 ◦ blue 240

#DAF1F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Bay #DAF1F0

Tints of Oyster Bay #DAF1F0

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 value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#DAF1F0 (or 0xDAF1F0) is known color: 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

RGB 218 241 240 -
CMYK 0.10 0 0.00 0.05
HSL 177.39º 0.45% 0.9% -
HSV(B) 177.39º 0.1% 0.95% -
XYZ 76.1 84.11 94.66 -
YUV 234.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 218 241 240 0.10 0 0.00 0.05 177.39 0.45 0.9
Hex DA F1 F0 A 0 0 5 B1 2D 5A
Octal 332 361 360 12 0 0 5 261 55 132
Binary 11011010 11110001 11110000 1010 0 0 101 10110001 101101 1011010

Color Harmonies of #DAF1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF1F0

Black with #DAF1F0

Text Example


Text Example

White with #DAF1F0

Text Example


Text Example

HTML Codes & Css Web 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>