#DFEFF0

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

Shades of Oyster Bay #DFEFF0

Tints of Oyster Bay #DFEFF0

Color information

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

HSL color Cylindrical-coordinate representation of color #DFEFF0: hue angle of 183.53º 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 #DFEFF0 is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223239240-
CMYK0.070.0000.06
HSL183.53º36.17%90.78%-
HSV(B)183.53º7.08%94.12%-
XYZ77.0383.7194.54-
YUV234.33131.2119.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232392400.070.0000.06183.5336.1790.78
HexDFEFF07006b8245b
Octal337357360700627044133
Binary11011111111011111111000011100110101110001001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFF0; }

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

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

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

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

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

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

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

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