Html Css Color HEX #D5DADC Pattens Blue

📋 copy color: '#D5DADC'

red 213 ◦ green 218 ◦ blue 220

#D5DADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #D5DADC

Tints of Pattens Blue #D5DADC

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 value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5DADC (or 0xD5DADC) is known color: 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

RGB 213 218 220 -
CMYK 0.03 0.01 0 0.14
HSL 197.14º 0.09% 0.85% -
HSV(B) 197.14º 0.03% 0.86% -
XYZ 65.43 69.46 77.67 -
YUV 216.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 213 218 220 0.03 0.01 0 0.14 197.14 0.09 0.85
Hex D5 DA DC 3 1 0 E C5 9 55
Octal 325 332 334 3 1 0 16 305 11 125
Binary 11010101 11011010 11011100 11 1 0 1110 11000101 1001 1010101

Color Harmonies of #D5DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DADC

Black with #D5DADC

Text Example


Text Example

White with #D5DADC

Text Example


Text Example

HTML Codes & Css Web 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>