#DFE6EB

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

Shades of Pattens Blue #DFE6EB

Tints of Pattens Blue #DFE6EB

Color information

#DFE6EB (or 0xDFE6EB) is unknown color: approx Pattens Blue. HEX triplet: DF, E6 and EB. RGB value is (223,230,235). Sum of RGB (Red+Green+Blue) = 223+230+235=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFE6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6EB is #201914. Grayscale: #E4E4E4. Windows color (decimal): -2103573 or 15460063. OLE color: 15460063.

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

Color convert

RGB223230235-
CMYK0.050.0200.08
HSL205º23.08%89.8%-
HSV(B)205º5.11%92.16%-
XYZ73.7278.2889.82-
YUV228.48131.68124.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.41%
GREEN value IS 230 (90.23% from 255) = 33.43%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=32.41%
G=33.43%
B=34.16%

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
Decimal2232302350.050.0200.0820523.0889.8
HexDFE6EB5208cd175a
Octal3373463535201031527132
Binary110111111110011011101011101100100011001101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6EB; }

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

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

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

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

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

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

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

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