#DDE6EA

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

Shades of Pattens Blue #DDE6EA

Tints of Pattens Blue #DDE6EA

Color information

#DDE6EA (or 0xDDE6EA) is unknown color: approx Pattens Blue. HEX triplet: DD, E6 and EA. RGB value is (221,230,234). Sum of RGB (Red+Green+Blue) = 221+230+234=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6EA is #221915. Grayscale: #E3E3E3. Windows color (decimal): -2234646 or 15394525. OLE color: 15394525.

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

Color convert

RGB221230234-
CMYK0.060.0200.08
HSL198.46º23.64%89.22%-
HSV(B)198.46º5.56%91.76%-
XYZ72.9777.9189.03-
YUV227.76131.52123.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 230 (90.23% from 255) = 33.58%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=32.26%
G=33.58%
B=34.16%

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
Decimal2212302340.060.0200.08198.4623.6489.22
HexDDE6EA6208c61859
Octal3353463526201030630131
Binary110111011110011011101010110100100011000110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6EA; }

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

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

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

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

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

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

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

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