#DFEFF1

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

Shades of Oyster Bay #DFEFF1

Tints of Oyster Bay #DFEFF1

Color information

#DFEFF1 (or 0xDFEFF1) is unknown color: approx Oyster Bay. HEX triplet: DF, EF and F1. RGB value is (223,239,241). Sum of RGB (Red+Green+Blue) = 223+239+241=703 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.72% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFF1 is #20100E. Grayscale: #EAEAEA. Windows color (decimal): -2101263 or 15855583. OLE color: 15855583.

HSL color Cylindrical-coordinate representation of color #DFEFF1: hue angle of 186.67º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFEFF1 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223239241-
CMYK0.070.0100.05
HSL186.67º39.13%90.98%-
HSV(B)186.67º7.47%94.51%-
XYZ77.1883.7795.32-
YUV234.44131.7119.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.72%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 241 (94.53% from 255) = 34.28%
R=31.72%
G=34.00%
B=34.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232392410.070.0100.05186.6739.1390.98
HexDFEFF17105bb275b
Octal337357361710527347133
Binary11011111111011111111000111110101101110111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFF1; }

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

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

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

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

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

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

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

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