Html Css Color HEX #D9D5DB Titan White

📋 copy color: '#D9D5DB'

red 217 ◦ green 213 ◦ blue 219

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

Shades of Titan White #D9D5DB

Tints of Titan White #D9D5DB

RGB

 RED value IS 217 (85.16% from 255) = 33.44%

 GREEN value IS 213 (83.59% from 255) = 32.82%

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

R = 33.44%
G = 32.82%
B = 33.74%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9D5DB (or 0xD9D5DB) is known color: Titan White. HEX triplet: D9, D5 and DB. RGB value is (217,213,219). Sum of RGB (Red+Green+Blue) = 217+213+219=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9D5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D5DB is #262A24. Grayscale: #D6D6D6. Windows color (decimal): -2501157 or 14407129. OLE color: 14407129.

HSL color Cylindrical-coordinate representation of color #D9D5DB: hue angle of 280º degrees, saturation: 0.08, 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 #D9D5DB is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 213 219 -
CMYK 0.01 0.03 0 0.14
HSL 280º 0.08% 0.85% -
HSV(B) 280º 0.03% 0.86% -
XYZ 65.2 67.45 76.6 -
YUV 214.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 217 213 219 0.01 0.03 0 0.14 280 0.08 0.85
Hex D9 D5 DB 1 3 0 E 118 8 55
Octal 331 325 333 1 3 0 16 430 10 125
Binary 11011001 11010101 11011011 1 11 0 1110 100011000 1000 1010101

Color Harmonies of #D9D5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D5DB

Black with #D9D5DB

Text Example


Text Example

White with #D9D5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D5DB; }

 p { color: rgb(217,213,219); }

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

background-color css

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

 a { background-color: rgb(217,213,219); }

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

border-color css

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

 span { border-color: rgb(217,213,219); }

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