Html Css Color HEX #D6DBDD Pattens Blue

📋 copy color: '#D6DBDD'

red 214 ◦ green 219 ◦ blue 221

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

Shades of Pattens Blue #D6DBDD

Tints of Pattens Blue #D6DBDD

RGB

 RED value IS 214 (83.98% from 255) = 32.72%

 GREEN value IS 219 (85.94% from 255) = 33.49%

 BLUE value IS 221 (86.72% 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.13

RGB Variations

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

Color information

#D6DBDD (or 0xD6DBDD) is known color: Pattens Blue. HEX triplet: D6, DB and DD. RGB value is (214,219,221). Sum of RGB (Red+Green+Blue) = 214+219+221=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBDD is #292422. Grayscale: #D9D9D9. Windows color (decimal): -2696227 or 14539734. OLE color: 14539734.

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

Color convert

RGB 214 219 221 -
CMYK 0.03 0.01 0 0.13
HSL 197.14º 0.09% 0.85% -
HSV(B) 197.14º 0.03% 0.87% -
XYZ 66.11 70.18 78.47 -
YUV 217.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 214 219 221 0.03 0.01 0 0.13 197.14 0.09 0.85
Hex D6 DB DD 3 1 0 D C5 9 55
Octal 326 333 335 3 1 0 15 305 11 125
Binary 11010110 11011011 11011101 11 1 0 1101 11000101 1001 1010101

Color Harmonies of #D6DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBDD

Black with #D6DBDD

Text Example


Text Example

White with #D6DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBDD; }

 p { color: rgb(214,219,221); }

 H1.HeaderClassName
 {
   color: #D6DBDD;
 }
 .AnyTagClassName
 {
   color: #D6DBDD;
 }
</style>

background-color css

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

 a { background-color: rgb(214,219,221); }

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

border-color css

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

 span { border-color: rgb(214,219,221); }

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