#D5DADC

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

Shades of Pattens Blue #D5DADC

Tints of Pattens Blue #D5DADC

Color information

#D5DADC (or 0xD5DADC) is unknown color: approx Pattens Blue. HEX triplet: D5, DA and DC. RGB value is (213,218,220). Sum of RGB (Red+Green+Blue) = 213+218+220=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DADC is #2A2523. Grayscale: #D8D8D8. Windows color (decimal): -2762020 or 14473941. OLE color: 14473941.

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

Color convert

RGB213218220-
CMYK0.030.0100.14
HSL197.14º9.09%84.9%-
HSV(B)197.14º3.18%86.27%-
XYZ65.4369.4677.67-
YUV216.73129.84125.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.72%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=32.72%
G=33.49%
B=33.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132182200.030.0100.14197.149.0984.9
HexD5DADC310Ec5955
Octal3253323343101630511125
Binary110101011101101011011100111011101100010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DADC; }

 p { color: rgb(213,218,220); }

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

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

 a { background-color: rgb(213,218,220); }

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

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

 span { border-color: rgb(213,218,220); }

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