#DEF1F3

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

Shades of Oyster Bay #DEF1F3

Tints of Oyster Bay #DEF1F3

Color information

#DEF1F3 (or 0xDEF1F3) is unknown color: approx Oyster Bay. HEX triplet: DE, F1 and F3. RGB value is (222,241,243). Sum of RGB (Red+Green+Blue) = 222+241+243=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 241 (94.53% from 255 or 34.14% from 706); Blue value is 243 (95.31% from 255 or 34.42% from 706); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEF1F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1F3 is #210E0C. Grayscale: #EBEBEB. Windows color (decimal): -2166285 or 15987166. OLE color: 15987166.

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

Color convert

RGB222241243-
CMYK0.090.0100.05
HSL185.71º46.67%91.18%-
HSV(B)185.71º8.64%95.29%-
XYZ77.7684.9197.09-
YUV235.55132.21118.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.44%
GREEN value IS 241 (94.53% from 255) = 34.14%
BLUE value IS 243 (95.31% from 255) = 34.42%
R=31.44%
G=34.14%
B=34.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222412430.090.0100.05185.7146.6791.18
HexDEF1F39105ba2f5b
Octal3363613631110527257133
Binary110111101111000111110011100110101101110101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1F3; }

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

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

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

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

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

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

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

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