#DDECF3

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

Shades of Pattens Blue #DDECF3

Tints of Pattens Blue #DDECF3

Color information

#DDECF3 (or 0xDDECF3) is unknown color: approx Pattens Blue. HEX triplet: DD, EC and F3. RGB value is (221,236,243). Sum of RGB (Red+Green+Blue) = 221+236+243=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECF3 is #22130C. Grayscale: #E8E8E8. Windows color (decimal): -2233101 or 15985885. OLE color: 15985885.

HSL color Cylindrical-coordinate representation of color #DDECF3: hue angle of 199.09º degrees, saturation: 0.48, 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 #DDECF3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221236243-
CMYK0.090.0300.05
HSL199.09º47.83%90.98%-
HSV(B)199.09º9.05%95.29%-
XYZ75.9981.8396.58-
YUV232.31134.03119.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.57%
GREEN value IS 236 (92.58% from 255) = 33.71%
BLUE value IS 243 (95.31% from 255) = 34.71%
R=31.57%
G=33.71%
B=34.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212362430.090.0300.05199.0947.8390.98
HexDDECF39305c7305b
Octal3353543631130530760133
Binary1101110111101100111100111001110101110001111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECF3; }

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

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

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

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

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

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

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

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