#DDDFE1

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

Shades of Pattens Blue #DDDFE1

Tints of Pattens Blue #DDDFE1

Color information

#DDDFE1 (or 0xDDDFE1) is unknown color: approx Pattens Blue. HEX triplet: DD, DF and E1. RGB value is (221,223,225). Sum of RGB (Red+Green+Blue) = 221+223+225=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFE1 is #22201E. Grayscale: #DEDEDE. Windows color (decimal): -2236447 or 14802909. OLE color: 14802909.

HSL color Cylindrical-coordinate representation of color #DDDFE1: hue angle of 210º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDFE1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221223225-
CMYK0.020.0100.12
HSL210º6.25%87.45%-
HSV(B)210º1.78%88.24%-
XYZ69.873.5881.76-
YUV222.63129.34126.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 225 (88.28% from 255) = 33.63%
R=33.03%
G=33.33%
B=33.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212232250.020.0100.122106.2587.45
HexDDDFE1210Cd2657
Octal335337341210143226127
Binary11011101110111111110000110101100110100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFE1; }

 p { color: rgb(221,223,225); }

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

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

 a { background-color: rgb(221,223,225); }

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

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

 span { border-color: rgb(221,223,225); }

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