#DDE7ED

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

Shades of Pattens Blue #DDE7ED

Tints of Pattens Blue #DDE7ED

Color information

#DDE7ED (or 0xDDE7ED) is unknown color: approx Pattens Blue. HEX triplet: DD, E7 and ED. RGB value is (221,231,237). Sum of RGB (Red+Green+Blue) = 221+231+237=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7ED is #221812. Grayscale: #E4E4E4. Windows color (decimal): -2234387 or 15591389. OLE color: 15591389.

HSL color Cylindrical-coordinate representation of color #DDE7ED: hue angle of 202.5º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDE7ED is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221231237-
CMYK0.070.0300.07
HSL202.5º30.77%89.8%-
HSV(B)202.5º6.75%92.94%-
XYZ73.6878.6491.42-
YUV228.69132.69122.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 231 (90.62% from 255) = 33.53%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=32.08%
G=33.53%
B=34.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212312370.070.0300.07202.530.7789.8
HexDDE7ED7307ca1f5a
Octal335347355730731237132
Binary11011101111001111110110111111011111001010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7ED; }

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

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

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

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

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

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

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

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