#D7DDE1

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

Shades of Pattens Blue #D7DDE1

Tints of Pattens Blue #D7DDE1

Color information

#D7DDE1 (or 0xD7DDE1) is unknown color: approx Pattens Blue. HEX triplet: D7, DD and E1. RGB value is (215,221,225). Sum of RGB (Red+Green+Blue) = 215+221+225=661 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.53% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7DDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDE1 is #28221E. Grayscale: #DBDBDB. Windows color (decimal): -2630175 or 14802391. OLE color: 14802391.

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

Color convert

RGB215221225-
CMYK0.040.0200.12
HSL204º14.29%86.27%-
HSV(B)204º4.44%88.24%-
XYZ67.4771.681.5-
YUV219.66131.01124.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.53%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 225 (88.28% from 255) = 34.04%
R=32.53%
G=33.43%
B=34.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152212250.040.0200.1220414.2986.27
HexD7DDE1420Ccce56
Octal3273353414201431416126
Binary11010111110111011110000110010011001100110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDE1; }

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

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

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

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

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

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

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

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