#DDE5EA

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

Shades of Pattens Blue #DDE5EA

Tints of Pattens Blue #DDE5EA

Color information

#DDE5EA (or 0xDDE5EA) is unknown color: approx Pattens Blue. HEX triplet: DD, E5 and EA. RGB value is (221,229,234). Sum of RGB (Red+Green+Blue) = 221+229+234=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5EA is #221A15. Grayscale: #E3E3E3. Windows color (decimal): -2234902 or 15394269. OLE color: 15394269.

HSL color Cylindrical-coordinate representation of color #DDE5EA: hue angle of 203.08º degrees, saturation: 0.24, 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 #DDE5EA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221229234-
CMYK0.060.0200.08
HSL203.08º23.64%89.22%-
HSV(B)203.08º5.56%91.76%-
XYZ72.6977.3588.94-
YUV227.18131.85123.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 229 (89.84% from 255) = 33.48%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=32.31%
G=33.48%
B=34.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212292340.060.0200.08203.0823.6489.22
HexDDE5EA6208cb1859
Octal3353453526201031330131
Binary110111011110010111101010110100100011001011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5EA; }

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

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

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

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

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

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

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

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