#DDE4E6

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

Shades of Pattens Blue #DDE4E6

Tints of Pattens Blue #DDE4E6

Color information

#DDE4E6 (or 0xDDE4E6) is unknown color: approx Pattens Blue. HEX triplet: DD, E4 and E6. RGB value is (221,228,230). Sum of RGB (Red+Green+Blue) = 221+228+230=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDE4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4E6 is #221B19. Grayscale: #E2E2E2. Windows color (decimal): -2235162 or 15131869. OLE color: 15131869.

HSL color Cylindrical-coordinate representation of color #DDE4E6: hue angle of 193.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE4E6 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221228230-
CMYK0.040.0100.10
HSL193.33º15.25%88.43%-
HSV(B)193.33º3.91%90.2%-
XYZ71.8576.5785.86-
YUV226.13130.18124.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 228 (89.45% from 255) = 33.58%
BLUE value IS 230 (90.23% from 255) = 33.87%
R=32.55%
G=33.58%
B=33.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212282300.040.0100.10193.3315.2588.43
HexDDE4E6410Ac1f58
Octal3353443464101230117130
Binary1101110111100100111001101001010101100000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4E6; }

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

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

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

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

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

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

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

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