#DFEAF2

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

Shades of Pattens Blue #DFEAF2

Tints of Pattens Blue #DFEAF2

Color information

#DFEAF2 (or 0xDFEAF2) is unknown color: approx Pattens Blue. HEX triplet: DF, EA and F2. RGB value is (223,234,242). Sum of RGB (Red+Green+Blue) = 223+234+242=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAF2 is #20150D. Grayscale: #E7E7E7. Windows color (decimal): -2102542 or 15919839. OLE color: 15919839.

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

Color convert

RGB223234242-
CMYK0.080.0300.05
HSL205.26º42.22%91.18%-
HSV(B)205.26º7.85%94.9%-
XYZ75.8880.9495.63-
YUV231.62133.86121.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.90%
GREEN value IS 234 (91.80% from 255) = 33.48%
BLUE value IS 242 (94.92% from 255) = 34.62%
R=31.90%
G=33.48%
B=34.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232342420.080.0300.05205.2642.2291.18
HexDFEAF28305cd2a5b
Octal3373523621030531552133
Binary1101111111101010111100101000110101110011011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAF2; }

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

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

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

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

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

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

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

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