#DEF2F3

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

Shades of Oyster Bay #DEF2F3

Tints of Oyster Bay #DEF2F3

Color information

#DEF2F3 (or 0xDEF2F3) is unknown color: approx Oyster Bay. HEX triplet: DE, F2 and F3. RGB value is (222,242,243). Sum of RGB (Red+Green+Blue) = 222+242+243=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 242 (94.92% from 255 or 34.23% from 707); Blue value is 243 (95.31% from 255 or 34.37% from 707); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEF2F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2F3 is #210D0C. Grayscale: #ECECEC. Windows color (decimal): -2166029 or 15987422. OLE color: 15987422.

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

Color convert

RGB222242243-
CMYK0.090.0000.05
HSL182.86º46.67%91.18%-
HSV(B)182.86º8.64%95.29%-
XYZ78.0585.597.18-
YUV236.13131.87117.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.40%
GREEN value IS 242 (94.92% from 255) = 34.23%
BLUE value IS 243 (95.31% from 255) = 34.37%
R=31.40%
G=34.23%
B=34.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222422430.090.0000.05182.8646.6791.18
HexDEF2F39005b72f5b
Octal3363623631100526757133
Binary110111101111001011110011100100101101101111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2F3; }

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

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

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

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

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

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

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

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