#D3DBDE

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

Shades of Pattens Blue #D3DBDE

Tints of Pattens Blue #D3DBDE

Color information

#D3DBDE (or 0xD3DBDE) is unknown color: approx Pattens Blue. HEX triplet: D3, DB and DE. RGB value is (211,219,222). Sum of RGB (Red+Green+Blue) = 211+219+222=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBDE is #2C2421. Grayscale: #D8D8D8. Windows color (decimal): -2892834 or 14605267. OLE color: 14605267.

HSL color Cylindrical-coordinate representation of color #D3DBDE: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3DBDE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211219222-
CMYK0.050.0100.13
HSL196.36º14.29%84.9%-
HSV(B)196.36º4.95%87.06%-
XYZ65.3869.7979.13-
YUV216.95130.85123.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.36%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=32.36%
G=33.59%
B=34.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112192220.050.0100.13196.3614.2984.9
HexD3DBDE510Dc4e55
Octal3233333365101530416125
Binary1101001111011011110111101011011011100010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBDE; }

 p { color: rgb(211,219,222); }

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

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

 a { background-color: rgb(211,219,222); }

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

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

 span { border-color: rgb(211,219,222); }

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