#DFE8ED

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

Shades of Pattens Blue #DFE8ED

Tints of Pattens Blue #DFE8ED

Color information

#DFE8ED (or 0xDFE8ED) is unknown color: approx Pattens Blue. HEX triplet: DF, E8 and ED. RGB value is (223,232,237). Sum of RGB (Red+Green+Blue) = 223+232+237=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE8ED is #201712. Grayscale: #E5E5E5. Windows color (decimal): -2103059 or 15591647. OLE color: 15591647.

HSL color Cylindrical-coordinate representation of color #DFE8ED: hue angle of 201.43º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFE8ED is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223232237-
CMYK0.060.0200.07
HSL201.43º28%90.2%-
HSV(B)201.43º5.91%92.94%-
XYZ74.5779.5291.54-
YUV229.88132.02123.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.23%
GREEN value IS 232 (91.02% from 255) = 33.53%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=32.23%
G=33.53%
B=34.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232322370.060.0200.07201.432890.2
HexDFE8ED6207c91c5a
Octal337350355620731134132
Binary11011111111010001110110111010011111001001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE8ED; }

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

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

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

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

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

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

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

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