Html Css Color HEX #DBD2D9 Thistle

📋 copy color: '#DBD2D9'

red 219 ◦ green 210 ◦ blue 217

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

Shades of Thistle #DBD2D9

Tints of Thistle #DBD2D9

RGB

 RED value IS 219 (85.94% from 255) = 33.9%

 GREEN value IS 210 (82.42% from 255) = 32.51%

 BLUE value IS 217 (85.16% from 255) = 33.59%

R = 33.9%
G = 32.51%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBD2D9 (or 0xDBD2D9) is known color: Thistle. HEX triplet: DB, D2 and D9. RGB value is (219,210,217). Sum of RGB (Red+Green+Blue) = 219+210+217=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2D9 is #242D26. Grayscale: #D5D5D5. Windows color (decimal): -2370855 or 14275291. OLE color: 14275291.

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

Color convert

RGB 219 210 217 -
CMYK 0 0.04 0.01 0.14
HSL 313.33º 0.11% 0.84% -
HSV(B) 313.33º 0.04% 0.86% -
XYZ 64.78 66.16 75 -
YUV 213.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 219 210 217 0 0.04 0.01 0.14 313.33 0.11 0.84
Hex DB D2 D9 0 4 1 E 139 B 54
Octal 333 322 331 0 4 1 16 471 13 124
Binary 11011011 11010010 11011001 0 100 1 1110 100111001 1011 1010100

Color Harmonies of #DBD2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD2D9

Black with #DBD2D9

Text Example


Text Example

White with #DBD2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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