#DDE2E7

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

Shades of Pattens Blue #DDE2E7

Tints of Pattens Blue #DDE2E7

Color information

#DDE2E7 (or 0xDDE2E7) is unknown color: approx Pattens Blue. HEX triplet: DD, E2 and E7. RGB value is (221,226,231). Sum of RGB (Red+Green+Blue) = 221+226+231=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDE2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2E7 is #221D18. Grayscale: #E1E1E1. Windows color (decimal): -2235673 or 15196893. OLE color: 15196893.

HSL color Cylindrical-coordinate representation of color #DDE2E7: hue angle of 210º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE2E7 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221226231-
CMYK0.040.0200.09
HSL210º17.24%88.63%-
HSV(B)210º4.33%90.59%-
XYZ71.4475.5386.42-
YUV225.08131.34125.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 226 (88.67% from 255) = 33.33%
BLUE value IS 231 (90.62% from 255) = 34.07%
R=32.60%
G=33.33%
B=34.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212262310.040.0200.0921017.2488.63
HexDDE2E74209d21159
Octal3353423474201132221131
Binary110111011110001011100111100100100111010010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2E7; }

 p { color: rgb(221,226,231); }

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

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

 a { background-color: rgb(221,226,231); }

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

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

 span { border-color: rgb(221,226,231); }

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