#D7DBDE

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

Shades of Pattens Blue #D7DBDE

Tints of Pattens Blue #D7DBDE

Color information

#D7DBDE (or 0xD7DBDE) is unknown color: approx Pattens Blue. HEX triplet: D7, DB and DE. RGB value is (215,219,222). Sum of RGB (Red+Green+Blue) = 215+219+222=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBDE is #282421. Grayscale: #DADADA. Windows color (decimal): -2630690 or 14605271. OLE color: 14605271.

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

Color convert

RGB215219222-
CMYK0.030.0100.13
HSL205.71º9.59%85.69%-
HSV(B)205.71º3.15%87.06%-
XYZ66.5470.3879.19-
YUV218.15130.17125.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.77%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=32.77%
G=33.38%
B=33.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152192220.030.0100.13205.719.5985.69
HexD7DBDE310Dcea56
Octal3273333363101531612126
Binary110101111101101111011110111011011100111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBDE; }

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

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

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

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

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

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

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

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