#DFECF5

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

Shades of Pattens Blue #DFECF5

Tints of Pattens Blue #DFECF5

Color information

#DFECF5 (or 0xDFECF5) is unknown color: approx Pattens Blue. HEX triplet: DF, EC and F5. RGB value is (223,236,245). Sum of RGB (Red+Green+Blue) = 223+236+245=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECF5 is #20130A. Grayscale: #E9E9E9. Windows color (decimal): -2102027 or 16116959. OLE color: 16116959.

HSL color Cylindrical-coordinate representation of color #DFECF5: hue angle of 204.55º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFECF5 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223236245-
CMYK0.090.0400.04
HSL204.55º52.38%91.76%-
HSV(B)204.55º8.98%96.08%-
XYZ76.9182.2798.21-
YUV233.14134.69120.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.68%
GREEN value IS 236 (92.58% from 255) = 33.52%
BLUE value IS 245 (96.09% from 255) = 34.80%
R=31.68%
G=33.52%
B=34.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232362450.090.0400.04204.5552.3891.76
HexDFECF59404cd345c
Octal3373543651140431564134
Binary11011111111011001111010110011000100110011011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECF5; }

 p { color: rgb(223,236,245); }

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

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

 a { background-color: rgb(223,236,245); }

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

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

 span { border-color: rgb(223,236,245); }

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