#DFEDF2

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

Shades of Pattens Blue #DFEDF2

Tints of Pattens Blue #DFEDF2

Color information

#DFEDF2 (or 0xDFEDF2) is unknown color: approx Pattens Blue. HEX triplet: DF, ED and F2. RGB value is (223,237,242). Sum of RGB (Red+Green+Blue) = 223+237+242=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDF2 is #20120D. Grayscale: #E9E9E9. Windows color (decimal): -2101774 or 15920607. OLE color: 15920607.

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

Color convert

RGB223237242-
CMYK0.080.0200.05
HSL195.79º42.22%91.18%-
HSV(B)195.79º7.85%94.9%-
XYZ76.7482.6795.92-
YUV233.38132.86120.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 242 (94.92% from 255) = 34.47%
R=31.77%
G=33.76%
B=34.47%

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
Decimal2232372420.080.0200.05195.7942.2291.18
HexDFEDF28205c42a5b
Octal3373553621020530452133
Binary1101111111101101111100101000100101110001001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDF2; }

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

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

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

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

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

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

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

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