#DDE8ED

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

Shades of Pattens Blue #DDE8ED

Tints of Pattens Blue #DDE8ED

Color information

#DDE8ED (or 0xDDE8ED) is unknown color: approx Pattens Blue. HEX triplet: DD, E8 and ED. RGB value is (221,232,237). Sum of RGB (Red+Green+Blue) = 221+232+237=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8ED is #221712. Grayscale: #E5E5E5. Windows color (decimal): -2234131 or 15591645. OLE color: 15591645.

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

Color convert

RGB221232237-
CMYK0.070.0200.07
HSL198.75º30.77%89.8%-
HSV(B)198.75º6.75%92.94%-
XYZ73.9679.291.51-
YUV229.28132.36122.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 232 (91.02% from 255) = 33.62%
BLUE value IS 237 (92.97% from 255) = 34.35%
R=32.03%
G=33.62%
B=34.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212322370.070.0200.07198.7530.7789.8
HexDDE8ED7207c71f5a
Octal335350355720730737132
Binary11011101111010001110110111110011111000111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8ED; }

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

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

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

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

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

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

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

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