#DEEEF1

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

Shades of Oyster Bay #DEEEF1

Tints of Oyster Bay #DEEEF1

Color information

#DEEEF1 (or 0xDEEEF1) is unknown color: approx Oyster Bay. HEX triplet: DE, EE and F1. RGB value is (222,238,241). Sum of RGB (Red+Green+Blue) = 222+238+241=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 238 (93.36% from 255 or 33.95% from 701); Blue value is 241 (94.53% from 255 or 34.38% from 701); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEF1 is #21110E. Grayscale: #E9E9E9. Windows color (decimal): -2167055 or 15855326. OLE color: 15855326.

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

Color convert

RGB222238241-
CMYK0.080.0100.05
HSL189.47º40.43%90.78%-
HSV(B)189.47º7.88%94.51%-
XYZ76.5883.0395.21-
YUV233.56132.2119.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.67%
GREEN value IS 238 (93.36% from 255) = 33.95%
BLUE value IS 241 (94.53% from 255) = 34.38%
R=31.67%
G=33.95%
B=34.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222382410.080.0100.05189.4740.4390.78
HexDEEEF18105bd285b
Octal3363563611010527550133
Binary110111101110111011110001100010101101111011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEEF1; }

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

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

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

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

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

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

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

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