#DFE8EB

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

Shades of Pattens Blue #DFE8EB

Tints of Pattens Blue #DFE8EB

Color information

#DFE8EB (or 0xDFE8EB) is unknown color: approx Pattens Blue. HEX triplet: DF, E8 and EB. RGB value is (223,232,235). Sum of RGB (Red+Green+Blue) = 223+232+235=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE8EB is #201714. Grayscale: #E5E5E5. Windows color (decimal): -2103061 or 15460575. OLE color: 15460575.

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

Color convert

RGB223232235-
CMYK0.050.0100.08
HSL195º23.08%89.8%-
HSV(B)195º5.11%92.16%-
XYZ74.2879.490.01-
YUV229.65131.02123.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.32%
GREEN value IS 232 (91.02% from 255) = 33.62%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=32.32%
G=33.62%
B=34.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232322350.050.0100.0819523.0889.8
HexDFE8EB5108c3175a
Octal3373503535101030327132
Binary11011111111010001110101110110100011000011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE8EB; }

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

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

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

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

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

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

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

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