Html Css Color HEX #DAF0EF Oyster Bay

📋 copy color: '#DAF0EF'

red 218 ◦ green 240 ◦ blue 239

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

Shades of Oyster Bay #DAF0EF

Tints of Oyster Bay #DAF0EF

RGB

 RED value IS 218 (85.55% from 255) = 31.28%

 GREEN value IS 240 (94.14% from 255) = 34.43%

 BLUE value IS 239 (93.75% from 255) = 34.29%

R = 31.28%
G = 34.43%
B = 34.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#DAF0EF (or 0xDAF0EF) is known color: Oyster Bay. HEX triplet: DA, F0 and EF. RGB value is (218,240,239). Sum of RGB (Red+Green+Blue) = 218+240+239=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0EF is #250F10. Grayscale: #E9E9E9. Windows color (decimal): -2428689 or 15724762. OLE color: 15724762.

HSL color Cylindrical-coordinate representation of color #DAF0EF: hue angle of 177.27º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAF0EF is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 239 -
CMYK 0.09 0 0.00 0.06
HSL 177.27º 0.42% 0.9% -
HSV(B) 177.27º 0.09% 0.94% -
XYZ 75.65 83.46 93.78 -
YUV 233.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 218 240 239 0.09 0 0.00 0.06 177.27 0.42 0.9
Hex DA F0 EF 9 0 0 6 B1 2A 5A
Octal 332 360 357 11 0 0 6 261 52 132
Binary 11011010 11110000 11101111 1001 0 0 110 10110001 101010 1011010

Color Harmonies of #DAF0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF0EF

Black with #DAF0EF

Text Example


Text Example

White with #DAF0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF0EF; }

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

 H1.HeaderClassName
 {
   color: #DAF0EF;
 }
 .AnyTagClassName
 {
   color: #DAF0EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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