#D1DDE1

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

Shades of Pattens Blue #D1DDE1

Tints of Pattens Blue #D1DDE1

Color information

#D1DDE1 (or 0xD1DDE1) is unknown color: approx Pattens Blue. HEX triplet: D1, DD and E1. RGB value is (209,221,225). Sum of RGB (Red+Green+Blue) = 209+221+225=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1DDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDE1 is #2E221E. Grayscale: #D9D9D9. Windows color (decimal): -3023391 or 14802385. OLE color: 14802385.

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

Color convert

RGB209221225-
CMYK0.070.0200.12
HSL195º21.05%85.1%-
HSV(B)195º7.11%88.24%-
XYZ65.7470.781.42-
YUV217.87132.02121.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.91%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=31.91%
G=33.74%
B=34.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092212250.070.0200.1219521.0585.1
HexD1DDE1720Cc31555
Octal3213353417201430325125
Binary110100011101110111100001111100110011000011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDE1; }

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

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

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

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

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

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

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

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