Html Css Color HEX #DDC9DC Thistle

📋 copy color: '#DDC9DC'

red 221 ◦ green 201 ◦ blue 220

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

Shades of Thistle #DDC9DC

Tints of Thistle #DDC9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.27%

R = 34.42%
G = 31.31%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDC9DC (or 0xDDC9DC) is known color: Thistle. HEX triplet: DD, C9 and DC. RGB value is (221,201,220). Sum of RGB (Red+Green+Blue) = 221+201+220=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9DC is #223623. Grayscale: #D1D1D1. Windows color (decimal): -2242084 or 14469597. OLE color: 14469597.

HSL color Cylindrical-coordinate representation of color #DDC9DC: hue angle of 303º 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 #DDC9DC is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 220 -
CMYK 0 0.09 0.00 0.13
HSL 303º 0.23% 0.83% -
HSV(B) 303º 0.09% 0.87% -
XYZ 63.62 62.31 76.38 -
YUV 209.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 221 201 220 0 0.09 0.00 0.13 303 0.23 0.83
Hex DD C9 DC 0 9 0 D 12F 17 53
Octal 335 311 334 0 11 0 15 457 27 123
Binary 11011101 11001001 11011100 0 1001 0 1101 100101111 10111 1010011

Color Harmonies of #DDC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9DC

Black with #DDC9DC

Text Example


Text Example

White with #DDC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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