#D1DFED

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

Shades of Pattens Blue #D1DFED

Tints of Pattens Blue #D1DFED

Color information

#D1DFED (or 0xD1DFED) is unknown color: approx Pattens Blue. HEX triplet: D1, DF and ED. RGB value is (209,223,237). Sum of RGB (Red+Green+Blue) = 209+223+237=669 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.24% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DFED is #2E2012. Grayscale: #DCDCDC. Windows color (decimal): -3022867 or 15589329. OLE color: 15589329.

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

Color convert

RGB209223237-
CMYK0.120.0600.07
HSL210º43.75%87.45%-
HSV(B)210º11.81%92.94%-
XYZ67.9772.4590.52-
YUV220.41137.36119.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.24%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=31.24%
G=33.33%
B=35.43%

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
Decimal2092232370.120.0600.0721043.7587.45
HexD1DFEDC607d22c57
Octal3213373551460732254127
Binary11010001110111111110110111001100111110100101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DFED; }

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

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

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

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

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

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

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

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