#DDEEF1

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

Shades of Oyster Bay #DDEEF1

Tints of Oyster Bay #DDEEF1

Color information

#DDEEF1 (or 0xDDEEF1) is unknown color: approx Oyster Bay. HEX triplet: DD, EE and F1. RGB value is (221,238,241). Sum of RGB (Red+Green+Blue) = 221+238+241=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF1 is #22110E. Grayscale: #E9E9E9. Windows color (decimal): -2232591 or 15855325. OLE color: 15855325.

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

Color convert

RGB221238241-
CMYK0.080.0100.05
HSL189º41.67%90.59%-
HSV(B)189º8.3%94.51%-
XYZ76.2782.8795.2-
YUV233.26132.37119.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.57%
GREEN value IS 238 (93.36% from 255) = 34%
BLUE value IS 241 (94.53% from 255) = 34.43%
R=31.57%
G=34%
B=34.43%

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
Decimal2212382410.080.0100.0518941.6790.59
HexDDEEF18105bd2a5b
Octal3353563611010527552133
Binary110111011110111011110001100010101101111011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEF1; }

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

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

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

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

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

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

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

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