#DFECF2

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

Shades of Pattens Blue #DFECF2

Tints of Pattens Blue #DFECF2

Color information

#DFECF2 (or 0xDFECF2) is unknown color: approx Pattens Blue. HEX triplet: DF, EC and F2. RGB value is (223,236,242). Sum of RGB (Red+Green+Blue) = 223+236+242=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECF2 is #20130D. Grayscale: #E8E8E8. Windows color (decimal): -2102030 or 15920351. OLE color: 15920351.

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

Color convert

RGB223236242-
CMYK0.080.0200.05
HSL198.95º42.22%91.18%-
HSV(B)198.95º7.85%94.9%-
XYZ76.4582.0995.82-
YUV232.8133.19121.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.81%
GREEN value IS 236 (92.58% from 255) = 33.67%
BLUE value IS 242 (94.92% from 255) = 34.52%
R=31.81%
G=33.67%
B=34.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232362420.080.0200.05198.9542.2291.18
HexDFECF28205c72a5b
Octal3373543621020530752133
Binary1101111111101100111100101000100101110001111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECF2; }

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

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

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

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

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

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

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

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