#DFF0EF

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

Shades of Oyster Bay #DFF0EF

Tints of Oyster Bay #DFF0EF

Color information

#DFF0EF (or 0xDFF0EF) is unknown color: approx Oyster Bay. HEX triplet: DF, F0 and EF. RGB value is (223,240,239). Sum of RGB (Red+Green+Blue) = 223+240+239=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0EF is #200F10. Grayscale: #EAEAEA. Windows color (decimal): -2101009 or 15724767. OLE color: 15724767.

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

Color convert

RGB223240239-
CMYK0.0700.000.06
HSL176.47º36.17%90.78%-
HSV(B)176.47º7.08%94.12%-
XYZ77.1784.2493.85-
YUV234.8130.37119.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 240 (94.14% from 255) = 34.19%
BLUE value IS 239 (93.75% from 255) = 34.05%
R=31.77%
G=34.19%
B=34.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232402390.0700.000.06176.4736.1790.78
HexDFF0EF7006b0245b
Octal337360357700626044133
Binary11011111111100001110111111100110101100001001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0EF; }

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

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

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

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

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

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

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

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