#DEEFF1

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

Shades of Oyster Bay #DEEFF1

Tints of Oyster Bay #DEEFF1

Color information

#DEEFF1 (or 0xDEEFF1) is unknown color: approx Oyster Bay. HEX triplet: DE, EF and F1. RGB value is (222,239,241). Sum of RGB (Red+Green+Blue) = 222+239+241=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 239 (93.75% from 255 or 34.05% 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 #DEEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFF1 is #21100E. Grayscale: #EAEAEA. Windows color (decimal): -2166799 or 15855582. OLE color: 15855582.

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

Color convert

RGB222239241-
CMYK0.080.0100.05
HSL186.32º40.43%90.78%-
HSV(B)186.32º7.88%94.51%-
XYZ76.8783.6195.31-
YUV234.14131.87119.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.62%
GREEN value IS 239 (93.75% from 255) = 34.05%
BLUE value IS 241 (94.53% from 255) = 34.33%
R=31.62%
G=34.05%
B=34.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222392410.080.0100.05186.3240.4390.78
HexDEEFF18105ba285b
Octal3363573611010527250133
Binary110111101110111111110001100010101101110101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFF1; }

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

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

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

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

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

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

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

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