#DDECF7

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

Shades of Pattens Blue #DDECF7

Tints of Pattens Blue #DDECF7

Color information

#DDECF7 (or 0xDDECF7) is unknown color: approx Pattens Blue. HEX triplet: DD, EC and F7. RGB value is (221,236,247). Sum of RGB (Red+Green+Blue) = 221+236+247=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECF7 is #221308. Grayscale: #E8E8E8. Windows color (decimal): -2233097 or 16248029. OLE color: 16248029.

HSL color Cylindrical-coordinate representation of color #DDECF7: hue angle of 205.38º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDECF7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221236247-
CMYK0.110.0400.03
HSL205.38º61.9%91.76%-
HSV(B)205.38º10.53%96.86%-
XYZ76.682.0899.8-
YUV232.77136.03119.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.39%
GREEN value IS 236 (92.58% from 255) = 33.52%
BLUE value IS 247 (96.88% from 255) = 35.09%
R=31.39%
G=33.52%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212362470.110.0400.03205.3861.991.76
HexDDECF7B403cd3e5c
Octal3353543671340331576134
Binary1101110111101100111101111011100011110011011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECF7; }

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

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

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

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

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

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

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

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