#DDECF1

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

Shades of Pattens Blue #DDECF1

Tints of Pattens Blue #DDECF1

Color information

#DDECF1 (or 0xDDECF1) is unknown color: approx Pattens Blue. HEX triplet: DD, EC and F1. RGB value is (221,236,241). Sum of RGB (Red+Green+Blue) = 221+236+241=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECF1 is #22130E. Grayscale: #E8E8E8. Windows color (decimal): -2233103 or 15854813. OLE color: 15854813.

HSL color Cylindrical-coordinate representation of color #DDECF1: hue angle of 195º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDECF1 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221236241-
CMYK0.080.0200.05
HSL195º41.67%90.59%-
HSV(B)195º8.3%94.51%-
XYZ75.6981.7195-
YUV232.08133.03120.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.66%
GREEN value IS 236 (92.58% from 255) = 33.81%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=31.66%
G=33.81%
B=34.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212362410.080.0200.0519541.6790.59
HexDDECF18205c32a5b
Octal3353543611020530352133
Binary1101110111101100111100011000100101110000111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECF1; }

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

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

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

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

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

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

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

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