#DEF0F3

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

Shades of Oyster Bay #DEF0F3

Tints of Oyster Bay #DEF0F3

Color information

#DEF0F3 (or 0xDEF0F3) is unknown color: approx Oyster Bay. HEX triplet: DE, F0 and F3. RGB value is (222,240,243). Sum of RGB (Red+Green+Blue) = 222+240+243=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 243 (95.31% from 255 or 34.47% from 705); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEF0F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF0F3 is #210F0C. Grayscale: #EAEAEA. Windows color (decimal): -2166541 or 15986910. OLE color: 15986910.

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

Color convert

RGB222240243-
CMYK0.090.0100.05
HSL188.57º46.67%91.18%-
HSV(B)188.57º8.64%95.29%-
XYZ77.4684.3296.99-
YUV234.96132.54118.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.49%
GREEN value IS 240 (94.14% from 255) = 34.04%
BLUE value IS 243 (95.31% from 255) = 34.47%
R=31.49%
G=34.04%
B=34.47%

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
Decimal2222402430.090.0100.05188.5746.6791.18
HexDEF0F39105bd2f5b
Octal3363603631110527557133
Binary110111101111000011110011100110101101111011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0F3; }

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

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

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

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

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

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

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

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