#DDE4EB

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

Shades of Pattens Blue #DDE4EB

Tints of Pattens Blue #DDE4EB

Color information

#DDE4EB (or 0xDDE4EB) is unknown color: approx Pattens Blue. HEX triplet: DD, E4 and EB. RGB value is (221,228,235). Sum of RGB (Red+Green+Blue) = 221+228+235=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDE4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4EB is #221B14. Grayscale: #E2E2E2. Windows color (decimal): -2235157 or 15459549. OLE color: 15459549.

HSL color Cylindrical-coordinate representation of color #DDE4EB: hue angle of 210º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE4EB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221228235-
CMYK0.060.0300.08
HSL210º25.93%89.41%-
HSV(B)210º5.96%92.16%-
XYZ72.5676.8689.61-
YUV226.7132.68123.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 228 (89.45% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=32.31%
G=33.33%
B=34.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212282350.060.0300.0821025.9389.41
HexDDE4EB6308d21a59
Octal3353443536301032232131
Binary110111011110010011101011110110100011010010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4EB; }

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

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

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

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

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

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

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

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