#DDECF9

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

Shades of Pattens Blue #DDECF9

Tints of Pattens Blue #DDECF9

Color information

#DDECF9 (or 0xDDECF9) is unknown color: approx Pattens Blue. HEX triplet: DD, EC and F9. RGB value is (221,236,249). Sum of RGB (Red+Green+Blue) = 221+236+249=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECF9 is #221306. Grayscale: #E8E8E8. Windows color (decimal): -2233095 or 16379101. OLE color: 16379101.

HSL color Cylindrical-coordinate representation of color #DDECF9: hue angle of 207.86º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDECF9 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221236249-
CMYK0.110.0500.02
HSL207.86º70%92.16%-
HSV(B)207.86º11.24%97.65%-
XYZ76.9182.2101.44-
YUV233137.03119.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.30%
GREEN value IS 236 (92.58% from 255) = 33.43%
BLUE value IS 249 (97.66% from 255) = 35.27%
R=31.30%
G=33.43%
B=35.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212362490.110.0500.02207.867092.16
HexDDECF9B502d0465c
Octal33535437113502320106134
Binary11011101111011001111100110111010101101000010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECF9; }

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

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

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

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

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

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

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

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