#DEEFF0

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

Shades of Oyster Bay #DEEFF0

Tints of Oyster Bay #DEEFF0

Color information

#DEEFF0 (or 0xDEEFF0) is unknown color: approx Oyster Bay. HEX triplet: DE, EF and F0. RGB value is (222,239,240). Sum of RGB (Red+Green+Blue) = 222+239+240=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEEFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFF0 is #21100F. Grayscale: #EAEAEA. Windows color (decimal): -2166800 or 15790046. OLE color: 15790046.

HSL color Cylindrical-coordinate representation of color #DEEFF0: hue angle of 183.33º degrees, saturation: 0.37, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEEFF0 is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222239240-
CMYK0.080.0000.06
HSL183.33º37.5%90.59%-
HSV(B)183.33º7.5%94.12%-
XYZ76.7283.5594.52-
YUV234.03131.37119.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.67%
GREEN value IS 239 (93.75% from 255) = 34.09%
BLUE value IS 240 (94.14% from 255) = 34.24%
R=31.67%
G=34.09%
B=34.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222392400.080.0000.06183.3337.590.59
HexDEEFF08006b7255b
Octal3363573601000626745133
Binary110111101110111111110000100000110101101111001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFF0; }

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

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

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

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

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

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

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

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