#DDE8EC

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

Shades of Pattens Blue #DDE8EC

Tints of Pattens Blue #DDE8EC

Color information

#DDE8EC (or 0xDDE8EC) is unknown color: approx Pattens Blue. HEX triplet: DD, E8 and EC. RGB value is (221,232,236). Sum of RGB (Red+Green+Blue) = 221+232+236=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8EC is #221713. Grayscale: #E5E5E5. Windows color (decimal): -2234132 or 15526109. OLE color: 15526109.

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

Color convert

RGB221232236-
CMYK0.060.0200.07
HSL196º28.3%89.61%-
HSV(B)196º6.36%92.55%-
XYZ73.8279.1490.74-
YUV229.17131.86122.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 232 (91.02% from 255) = 33.67%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=32.08%
G=33.67%
B=34.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212322360.060.0200.0719628.389.61
HexDDE8EC6207c41c5a
Octal335350354620730434132
Binary11011101111010001110110011010011111000100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8EC; }

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

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

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

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

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

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

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

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