#DFEDF0

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

Shades of Pattens Blue #DFEDF0

Tints of Pattens Blue #DFEDF0

Color information

#DFEDF0 (or 0xDFEDF0) is unknown color: approx Pattens Blue. HEX triplet: DF, ED and F0. RGB value is (223,237,240). Sum of RGB (Red+Green+Blue) = 223+237+240=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDF0 is #20120F. Grayscale: #E9E9E9. Windows color (decimal): -2101776 or 15789535. OLE color: 15789535.

HSL color Cylindrical-coordinate representation of color #DFEDF0: hue angle of 190.59º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFEDF0 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223237240-
CMYK0.070.0100.06
HSL190.59º36.17%90.78%-
HSV(B)190.59º7.08%94.12%-
XYZ76.4482.5594.34-
YUV233.16131.86120.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.86%
GREEN value IS 237 (92.97% from 255) = 33.86%
BLUE value IS 240 (94.14% from 255) = 34.29%
R=31.86%
G=33.86%
B=34.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232372400.070.0100.06190.5936.1790.78
HexDFEDF07106bf245b
Octal337355360710627744133
Binary11011111111011011111000011110110101111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDF0; }

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

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

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

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

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

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

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

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