Html Css Color HEX #D2D8DB Pattens Blue

📋 copy color: '#D2D8DB'

red 210 ◦ green 216 ◦ blue 219

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

Shades of Pattens Blue #D2D8DB

Tints of Pattens Blue #D2D8DB

RGB

 RED value IS 210 (82.42% from 255) = 32.56%

 GREEN value IS 216 (84.77% from 255) = 33.49%

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

R = 32.56%
G = 33.49%
B = 33.95%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2D8DB (or 0xD2D8DB) is known color: Pattens Blue. HEX triplet: D2, D8 and DB. RGB value is (210,216,219). Sum of RGB (Red+Green+Blue) = 210+216+219=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2D8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D8DB is #2D2724. Grayscale: #D6D6D6. Windows color (decimal): -2959141 or 14407890. OLE color: 14407890.

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

Color convert

RGB 210 216 219 -
CMYK 0.04 0.01 0 0.14
HSL 200º 0.11% 0.84% -
HSV(B) 200º 0.04% 0.86% -
XYZ 63.92 67.93 76.76 -
YUV 214.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 210 216 219 0.04 0.01 0 0.14 200 0.11 0.84
Hex D2 D8 DB 4 1 0 E C8 B 54
Octal 322 330 333 4 1 0 16 310 13 124
Binary 11010010 11011000 11011011 100 1 0 1110 11001000 1011 1010100

Color Harmonies of #D2D8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D8DB

Black with #D2D8DB

Text Example


Text Example

White with #D2D8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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