#D1DFEE

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

Shades of Pattens Blue #D1DFEE

Tints of Pattens Blue #D1DFEE

Color information

#D1DFEE (or 0xD1DFEE) is unknown color: approx Pattens Blue. HEX triplet: D1, DF and EE. RGB value is (209,223,238). Sum of RGB (Red+Green+Blue) = 209+223+238=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DFEE is #2E2011. Grayscale: #DCDCDC. Windows color (decimal): -3022866 or 15654865. OLE color: 15654865.

HSL color Cylindrical-coordinate representation of color #D1DFEE: hue angle of 211.03º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1DFEE is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209223238-
CMYK0.120.0600.07
HSL211.03º46.03%87.65%-
HSV(B)211.03º12.18%93.33%-
XYZ68.1172.591.29-
YUV220.52137.86119.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.19%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=31.19%
G=33.28%
B=35.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092232380.120.0600.07211.0346.0387.65
HexD1DFEEC607d32e58
Octal3213373561460732356130
Binary11010001110111111110111011001100111110100111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DFEE; }

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

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

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

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

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

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

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

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