Html Css Color HEX #DDD2DB Thistle

📋 copy color: '#DDD2DB'

red 221 ◦ green 210 ◦ blue 219

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

Shades of Thistle #DDD2DB

Tints of Thistle #DDD2DB

RGB

 RED value IS 221 (86.72% from 255) = 34%

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

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

R = 34%
G = 32.31%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDD2DB (or 0xDDD2DB) is known color: Thistle. HEX triplet: DD, D2 and DB. RGB value is (221,210,219). Sum of RGB (Red+Green+Blue) = 221+210+219=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2DB is #222D24. Grayscale: #D6D6D6. Windows color (decimal): -2239781 or 14406365. OLE color: 14406365.

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

Color convert

RGB 221 210 219 -
CMYK 0 0.05 0.01 0.13
HSL 310.91º 0.14% 0.85% -
HSV(B) 310.91º 0.05% 0.87% -
XYZ 65.65 66.58 76.41 -
YUV 214.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 221 210 219 0 0.05 0.01 0.13 310.91 0.14 0.85
Hex DD D2 DB 0 5 1 D 137 E 55
Octal 335 322 333 0 5 1 15 467 16 125
Binary 11011101 11010010 11011011 0 101 1 1101 100110111 1110 1010101

Color Harmonies of #DDD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2DB

Black with #DDD2DB

Text Example


Text Example

White with #DDD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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