#D1DFE9

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

Shades of Pattens Blue #D1DFE9

Tints of Pattens Blue #D1DFE9

Color information

#D1DFE9 (or 0xD1DFE9) is unknown color: approx Pattens Blue. HEX triplet: D1, DF and E9. RGB value is (209,223,233). Sum of RGB (Red+Green+Blue) = 209+223+233=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1DFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DFE9 is #2E2016. Grayscale: #DBDBDB. Windows color (decimal): -3022871 or 15327185. OLE color: 15327185.

HSL color Cylindrical-coordinate representation of color #D1DFE9: hue angle of 205º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1DFE9 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB209223233-
CMYK0.100.0400.09
HSL205º35.29%86.67%-
HSV(B)205º10.3%91.37%-
XYZ67.3972.2187.48-
YUV219.95135.36120.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.43%
GREEN value IS 223 (87.5% from 255) = 33.53%
BLUE value IS 233 (91.41% from 255) = 35.04%
R=31.43%
G=33.53%
B=35.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2092232330.100.0400.0920535.2986.67
HexD1DFE9A409cd2357
Octal32133735112401131543127
Binary110100011101111111101001101010001001110011011000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DFE9; }

 p { color: rgb(209,223,233); }

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

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

 a { background-color: rgb(209,223,233); }

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

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

 span { border-color: rgb(209,223,233); }

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