#DFECF1

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

Shades of Pattens Blue #DFECF1

Tints of Pattens Blue #DFECF1

Color information

#DFECF1 (or 0xDFECF1) is unknown color: approx Pattens Blue. HEX triplet: DF, EC and F1. RGB value is (223,236,241). Sum of RGB (Red+Green+Blue) = 223+236+241=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECF1 is #20130E. Grayscale: #E8E8E8. Windows color (decimal): -2102031 or 15854815. OLE color: 15854815.

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

Color convert

RGB223236241-
CMYK0.070.0200.05
HSL196.67º39.13%90.98%-
HSV(B)196.67º7.47%94.51%-
XYZ76.382.0395.03-
YUV232.68132.69121.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.86%
GREEN value IS 236 (92.58% from 255) = 33.71%
BLUE value IS 241 (94.53% from 255) = 34.43%
R=31.86%
G=33.71%
B=34.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232362410.070.0200.05196.6739.1390.98
HexDFECF17205c5275b
Octal337354361720530547133
Binary110111111110110011110001111100101110001011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECF1; }

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

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

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

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

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

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

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

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