#DFEDF4

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

Shades of Pattens Blue #DFEDF4

Tints of Pattens Blue #DFEDF4

Color information

#DFEDF4 (or 0xDFEDF4) is unknown color: approx Pattens Blue. HEX triplet: DF, ED and F4. RGB value is (223,237,244). Sum of RGB (Red+Green+Blue) = 223+237+244=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFEDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDF4 is #20120B. Grayscale: #E9E9E9. Windows color (decimal): -2101772 or 16051679. OLE color: 16051679.

HSL color Cylindrical-coordinate representation of color #DFEDF4: hue angle of 200º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFEDF4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223237244-
CMYK0.090.0300.04
HSL200º48.84%91.57%-
HSV(B)200º8.61%95.69%-
XYZ77.0482.7997.51-
YUV233.61133.86120.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.68%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 244 (95.70% from 255) = 34.66%
R=31.68%
G=33.66%
B=34.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232372440.090.0300.0420048.8491.57
HexDFEDF49304c8315c
Octal3373553641130431061134
Binary1101111111101101111101001001110100110010001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDF4; }

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

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

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

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

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

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

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

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