#D3DDE1

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

Shades of Pattens Blue #D3DDE1

Tints of Pattens Blue #D3DDE1

Color information

#D3DDE1 (or 0xD3DDE1) is unknown color: approx Pattens Blue. HEX triplet: D3, DD and E1. RGB value is (211,221,225). Sum of RGB (Red+Green+Blue) = 211+221+225=657 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.12% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3DDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDE1 is #2C221E. Grayscale: #DADADA. Windows color (decimal): -2892319 or 14802387. OLE color: 14802387.

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

Color convert

RGB211221225-
CMYK0.060.0200.12
HSL197.14º18.92%85.49%-
HSV(B)197.14º6.22%88.24%-
XYZ66.317181.44-
YUV218.47131.69122.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.12%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 225 (88.28% from 255) = 34.25%
R=32.12%
G=33.64%
B=34.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112212250.060.0200.12197.1418.9285.49
HexD3DDE1620Cc51355
Octal3233353416201430523125
Binary110100111101110111100001110100110011000101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDE1; }

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

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

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

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

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

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

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

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