#DDE5EB

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

Shades of Pattens Blue #DDE5EB

Tints of Pattens Blue #DDE5EB

Color information

#DDE5EB (or 0xDDE5EB) is unknown color: approx Pattens Blue. HEX triplet: DD, E5 and EB. RGB value is (221,229,235). Sum of RGB (Red+Green+Blue) = 221+229+235=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5EB is #221A14. Grayscale: #E3E3E3. Windows color (decimal): -2234901 or 15459805. OLE color: 15459805.

HSL color Cylindrical-coordinate representation of color #DDE5EB: hue angle of 205.71º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE5EB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221229235-
CMYK0.060.0300.08
HSL205.71º25.93%89.41%-
HSV(B)205.71º5.96%92.16%-
XYZ72.8377.4189.7-
YUV227.29132.35123.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 229 (89.84% from 255) = 33.43%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=32.26%
G=33.43%
B=34.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212292350.060.0300.08205.7125.9389.41
HexDDE5EB6308ce1a59
Octal3353453536301031632131
Binary110111011110010111101011110110100011001110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5EB; }

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

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

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

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

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

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

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

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