#DFE6EA

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

Shades of Pattens Blue #DFE6EA

Tints of Pattens Blue #DFE6EA

Color information

#DFE6EA (or 0xDFE6EA) is unknown color: approx Pattens Blue. HEX triplet: DF, E6 and EA. RGB value is (223,230,234). Sum of RGB (Red+Green+Blue) = 223+230+234=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6EA is #201915. Grayscale: #E4E4E4. Windows color (decimal): -2103574 or 15394527. OLE color: 15394527.

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

Color convert

RGB223230234-
CMYK0.050.0200.08
HSL201.82º20.75%89.61%-
HSV(B)201.82º4.7%91.76%-
XYZ73.5878.2289.06-
YUV228.36131.18124.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 230 (90.23% from 255) = 33.48%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=32.46%
G=33.48%
B=34.06%

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
Decimal2232302340.050.0200.08201.8220.7589.61
HexDFE6EA5208ca155a
Octal3373463525201031225132
Binary110111111110011011101010101100100011001010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6EA; }

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

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

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

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

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

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

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

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