#DDE4EA

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

Shades of Pattens Blue #DDE4EA

Tints of Pattens Blue #DDE4EA

Color information

#DDE4EA (or 0xDDE4EA) is unknown color: approx Pattens Blue. HEX triplet: DD, E4 and EA. RGB value is (221,228,234). Sum of RGB (Red+Green+Blue) = 221+228+234=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4EA is #221B15. Grayscale: #E2E2E2. Windows color (decimal): -2235158 or 15394013. OLE color: 15394013.

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

Color convert

RGB221228234-
CMYK0.060.0300.08
HSL207.69º23.64%89.22%-
HSV(B)207.69º5.56%91.76%-
XYZ72.4176.888.85-
YUV226.59132.18124.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 228 (89.45% from 255) = 33.38%
BLUE value IS 234 (91.80% from 255) = 34.26%
R=32.36%
G=33.38%
B=34.26%

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
Decimal2212282340.060.0300.08207.6923.6489.22
HexDDE4EA6308d01859
Octal3353443526301032030131
Binary110111011110010011101010110110100011010000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4EA; }

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

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

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

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

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

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

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

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