#DFEEF1

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

Shades of Oyster Bay #DFEEF1

Tints of Oyster Bay #DFEEF1

Color information

#DFEEF1 (or 0xDFEEF1) is unknown color: approx Oyster Bay. HEX triplet: DF, EE and F1. RGB value is (223,238,241). Sum of RGB (Red+Green+Blue) = 223+238+241=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEF1 is #20110E. Grayscale: #E9E9E9. Windows color (decimal): -2101519 or 15855327. OLE color: 15855327.

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

Color convert

RGB223238241-
CMYK0.070.0100.05
HSL190º39.13%90.98%-
HSV(B)190º7.47%94.51%-
XYZ76.8883.1995.22-
YUV233.86132.03120.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 238 (93.36% from 255) = 33.90%
BLUE value IS 241 (94.53% from 255) = 34.33%
R=31.77%
G=33.90%
B=34.33%

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
Decimal2232382410.070.0100.0519039.1390.98
HexDFEEF17105be275b
Octal337356361710527647133
Binary11011111111011101111000111110101101111101001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEF1; }

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

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

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

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

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

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

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

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