#D1DDE9

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

Shades of Pattens Blue #D1DDE9

Tints of Pattens Blue #D1DDE9

Color information

#D1DDE9 (or 0xD1DDE9) is unknown color: approx Pattens Blue. HEX triplet: D1, DD and E9. RGB value is (209,221,233). Sum of RGB (Red+Green+Blue) = 209+221+233=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DDE9 is #2E2216. Grayscale: #DADADA. Windows color (decimal): -3023383 or 15326673. OLE color: 15326673.

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

Color convert

RGB209221233-
CMYK0.100.0500.09
HSL210º35.29%86.67%-
HSV(B)210º10.3%91.37%-
XYZ66.8671.1587.3-
YUV218.78136.02121.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.52%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 233 (91.41% from 255) = 35.14%
R=31.52%
G=33.33%
B=35.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2092212330.100.0500.0921035.2986.67
HexD1DDE9A509d22357
Octal32133535112501132243127
Binary110100011101110111101001101010101001110100101000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDE9; }

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

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

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

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

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

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

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

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