#DEF3F2

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

Shades of Oyster Bay #DEF3F2

Tints of Oyster Bay #DEF3F2

Color information

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

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

Color convert

RGB222243242-
CMYK0.0900.000.05
HSL177.14º46.67%91.18%-
HSV(B)177.14º8.64%95.29%-
XYZ78.286.0496.49-
YUV236.61131.04117.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222432420.0900.000.05177.1446.6791.18
HexDEF3F29005b12f5b
Octal3363633621100526157133
Binary110111101111001111110010100100101101100011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF3F2; }

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

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

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

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

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

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

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

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