#DDEEF0

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

Shades of Oyster Bay #DDEEF0

Tints of Oyster Bay #DDEEF0

Color information

#DDEEF0 (or 0xDDEEF0) is unknown color: approx Oyster Bay. HEX triplet: DD, EE and F0. RGB value is (221,238,240). Sum of RGB (Red+Green+Blue) = 221+238+240=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF0 is #22110F. Grayscale: #E9E9E9. Windows color (decimal): -2232592 or 15789789. OLE color: 15789789.

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

Color convert

RGB221238240-
CMYK0.080.0100.06
HSL186.32º38.78%90.39%-
HSV(B)186.32º7.92%94.12%-
XYZ76.1282.8194.41-
YUV233.14131.87119.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.62%
GREEN value IS 238 (93.36% from 255) = 34.05%
BLUE value IS 240 (94.14% from 255) = 34.33%
R=31.62%
G=34.05%
B=34.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212382400.080.0100.06186.3238.7890.39
HexDDEEF08106ba275a
Octal3353563601010627247132
Binary110111011110111011110000100010110101110101001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEF0; }

 p { color: rgb(221,238,240); }

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

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

 a { background-color: rgb(221,238,240); }

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

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

 span { border-color: rgb(221,238,240); }

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