#DDE6ED

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

Shades of Pattens Blue #DDE6ED

Tints of Pattens Blue #DDE6ED

Color information

#DDE6ED (or 0xDDE6ED) is unknown color: approx Pattens Blue. HEX triplet: DD, E6 and ED. RGB value is (221,230,237). Sum of RGB (Red+Green+Blue) = 221+230+237=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6ED is #221912. Grayscale: #E4E4E4. Windows color (decimal): -2234643 or 15591133. OLE color: 15591133.

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

Color convert

RGB221230237-
CMYK0.070.0300.07
HSL206.25º30.77%89.8%-
HSV(B)206.25º6.75%92.94%-
XYZ73.478.0891.32-
YUV228.11133.02122.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 230 (90.23% from 255) = 33.43%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=32.12%
G=33.43%
B=34.45%

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
Decimal2212302370.070.0300.07206.2530.7789.8
HexDDE6ED7307ce1f5a
Octal335346355730731637132
Binary11011101111001101110110111111011111001110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6ED; }

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

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

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

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

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

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

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

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