Html Css Color HEX #DDC9DB Thistle

📋 copy color: '#DDC9DB'

red 221 ◦ green 201 ◦ blue 219

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

Shades of Thistle #DDC9DB

Tints of Thistle #DDC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.36%

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

R = 34.48%
G = 31.36%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDC9DB (or 0xDDC9DB) is known color: Thistle. HEX triplet: DD, C9 and DB. RGB value is (221,201,219). Sum of RGB (Red+Green+Blue) = 221+201+219=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9DB is #223624. Grayscale: #D0D0D0. Windows color (decimal): -2242085 or 14404061. OLE color: 14404061.

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

Color convert

RGB 221 201 219 -
CMYK 0 0.09 0.01 0.13
HSL 306º 0.23% 0.83% -
HSV(B) 306º 0.09% 0.87% -
XYZ 63.49 62.26 75.69 -
YUV 209.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 221 201 219 0 0.09 0.01 0.13 306 0.23 0.83
Hex DD C9 DB 0 9 1 D 132 17 53
Octal 335 311 333 0 11 1 15 462 27 123
Binary 11011101 11001001 11011011 0 1001 1 1101 100110010 10111 1010011

Color Harmonies of #DDC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9DB

Black with #DDC9DB

Text Example


Text Example

White with #DDC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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