#DDECF2

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

Shades of Pattens Blue #DDECF2

Tints of Pattens Blue #DDECF2

Color information

#DDECF2 (or 0xDDECF2) is unknown color: approx Pattens Blue. HEX triplet: DD, EC and F2. RGB value is (221,236,242). Sum of RGB (Red+Green+Blue) = 221+236+242=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECF2 is #22130D. Grayscale: #E8E8E8. Windows color (decimal): -2233102 or 15920349. OLE color: 15920349.

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

Color convert

RGB221236242-
CMYK0.090.0200.05
HSL197.14º44.68%90.78%-
HSV(B)197.14º8.68%94.9%-
XYZ75.8481.7795.79-
YUV232.2133.53120.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.62%
GREEN value IS 236 (92.58% from 255) = 33.76%
BLUE value IS 242 (94.92% from 255) = 34.62%
R=31.62%
G=33.76%
B=34.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212362420.090.0200.05197.1444.6890.78
HexDDECF29205c52d5b
Octal3353543621120530555133
Binary1101110111101100111100101001100101110001011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECF2; }

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

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

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

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

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

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

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

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