#DFE7EB

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

Shades of Pattens Blue #DFE7EB

Tints of Pattens Blue #DFE7EB

Color information

#DFE7EB (or 0xDFE7EB) is unknown color: approx Pattens Blue. HEX triplet: DF, E7 and EB. RGB value is (223,231,235). Sum of RGB (Red+Green+Blue) = 223+231+235=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFE7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE7EB is #201814. Grayscale: #E5E5E5. Windows color (decimal): -2103317 or 15460319. OLE color: 15460319.

HSL color Cylindrical-coordinate representation of color #DFE7EB: hue angle of 200º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFE7EB is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223231235-
CMYK0.050.0200.08
HSL200º23.08%89.8%-
HSV(B)200º5.11%92.16%-
XYZ7478.8489.91-
YUV229.06131.35123.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 231 (90.62% from 255) = 33.53%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=32.37%
G=33.53%
B=34.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232312350.050.0200.0820023.0889.8
HexDFE7EB5208c8175a
Octal3373473535201031027132
Binary110111111110011111101011101100100011001000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE7EB; }

 p { color: rgb(223,231,235); }

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

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

 a { background-color: rgb(223,231,235); }

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

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

 span { border-color: rgb(223,231,235); }

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