Html Css Color HEX #D8DADB Pattens Blue

📋 copy color: '#D8DADB'

red 216 ◦ green 218 ◦ blue 219

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

Shades of Pattens Blue #D8DADB

Tints of Pattens Blue #D8DADB

RGB

 RED value IS 216 (84.77% from 255) = 33.08%

 GREEN value IS 218 (85.55% from 255) = 33.38%

 BLUE value IS 219 (85.94% from 255) = 33.54%

R = 33.08%
G = 33.38%
B = 33.54%

CMYK

 C value IS 0.01

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8DADB (or 0xD8DADB) is known color: Pattens Blue. HEX triplet: D8, DA and DB. RGB value is (216,218,219). Sum of RGB (Red+Green+Blue) = 216+218+219=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DADB is #272524. Grayscale: #D9D9D9. Windows color (decimal): -2565413 or 14408408. OLE color: 14408408.

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

Color convert

RGB 216 218 219 -
CMYK 0.01 0.00 0 0.14
HSL 200º 0.04% 0.85% -
HSV(B) 200º 0.01% 0.86% -
XYZ 66.18 69.86 77.01 -
YUV 217.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 216 218 219 0.01 0.00 0 0.14 200 0.04 0.85
Hex D8 DA DB 1 0 0 E C8 4 55
Octal 330 332 333 1 0 0 16 310 4 125
Binary 11011000 11011010 11011011 1 0 0 1110 11001000 100 1010101

Color Harmonies of #D8DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DADB

Black with #D8DADB

Text Example


Text Example

White with #D8DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DADB; }

 p { color: rgb(216,218,219); }

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

background-color css

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

 a { background-color: rgb(216,218,219); }

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

border-color css

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

 span { border-color: rgb(216,218,219); }

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