#DDEBF7

Color #DDEBF7 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DDEBF7

Tints of Pattens Blue #DDEBF7

Color information

#DDEBF7 (or 0xDDEBF7) is unknown color: approx Pattens Blue. HEX triplet: DD, EB and F7. RGB value is (221,235,247). Sum of RGB (Red+Green+Blue) = 221+235+247=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDEBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBF7 is #221408. Grayscale: #E8E8E8. Windows color (decimal): -2233353 or 16247773. OLE color: 16247773.

HSL color Cylindrical-coordinate representation of color #DDEBF7: hue angle of 207.69º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEBF7 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221235247-
CMYK0.110.0500.03
HSL207.69º61.9%91.76%-
HSV(B)207.69º10.53%96.86%-
XYZ76.3281.599.71-
YUV232.18136.36120.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.44%
GREEN value IS 235 (92.19% from 255) = 33.43%
BLUE value IS 247 (96.88% from 255) = 35.14%
R=31.44%
G=33.43%
B=35.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212352470.110.0500.03207.6961.991.76
HexDDEBF7B503d03e5c
Octal3353533671350332076134
Binary1101110111101011111101111011101011110100001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBF7; }

 p { color: rgb(221,235,247); }

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

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

 a { background-color: rgb(221,235,247); }

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

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

 span { border-color: rgb(221,235,247); }

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