#DDE6EB

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

Shades of Pattens Blue #DDE6EB

Tints of Pattens Blue #DDE6EB

Color information

#DDE6EB (or 0xDDE6EB) is unknown color: approx Pattens Blue. HEX triplet: DD, E6 and EB. RGB value is (221,230,235). Sum of RGB (Red+Green+Blue) = 221+230+235=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDE6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6EB is #221914. Grayscale: #E3E3E3. Windows color (decimal): -2234645 or 15460061. OLE color: 15460061.

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

Color convert

RGB221230235-
CMYK0.060.0200.08
HSL201.43º25.93%89.41%-
HSV(B)201.43º5.96%92.16%-
XYZ73.1177.9689.79-
YUV227.88132.02123.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.22%
GREEN value IS 230 (90.23% from 255) = 33.53%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=32.22%
G=33.53%
B=34.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212302350.060.0200.08201.4325.9389.41
HexDDE6EB6208c91a59
Octal3353463536201031132131
Binary110111011110011011101011110100100011001001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6EB; }

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

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

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

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

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

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

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

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