#DDE7EB

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

Shades of Pattens Blue #DDE7EB

Tints of Pattens Blue #DDE7EB

Color information

#DDE7EB (or 0xDDE7EB) is unknown color: approx Pattens Blue. HEX triplet: DD, E7 and EB. RGB value is (221,231,235). Sum of RGB (Red+Green+Blue) = 221+231+235=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDE7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7EB is #221814. Grayscale: #E4E4E4. Windows color (decimal): -2234389 or 15460317. OLE color: 15460317.

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

Color convert

RGB221231235-
CMYK0.060.0200.08
HSL197.14º25.93%89.41%-
HSV(B)197.14º5.96%92.16%-
XYZ73.3978.5289.89-
YUV228.47131.69122.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 231 (90.62% from 255) = 33.62%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=32.17%
G=33.62%
B=34.21%

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
Decimal2212312350.060.0200.08197.1425.9389.41
HexDDE7EB6208c51a59
Octal3353473536201030532131
Binary110111011110011111101011110100100011000101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7EB; }

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

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

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

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

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

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

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

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