Html Css Color HEX #DDC9DA Thistle

📋 copy color: '#DDC9DA'

red 221 ◦ green 201 ◦ blue 218

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

Shades of Thistle #DDC9DA

Tints of Thistle #DDC9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.06%

R = 34.53%
G = 31.41%
B = 34.06%

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

#DDC9DA (or 0xDDC9DA) is known color: Thistle. HEX triplet: DD, C9 and DA. RGB value is (221,201,218). Sum of RGB (Red+Green+Blue) = 221+201+218=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9DA is #223625. Grayscale: #D0D0D0. Windows color (decimal): -2242086 or 14338525. OLE color: 14338525.

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

Color convert

RGB 221 201 218 -
CMYK 0 0.09 0.01 0.13
HSL 309º 0.23% 0.83% -
HSV(B) 309º 0.09% 0.87% -
XYZ 63.36 62.21 75 -
YUV 208.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 221 201 218 0 0.09 0.01 0.13 309 0.23 0.83
Hex DD C9 DA 0 9 1 D 135 17 53
Octal 335 311 332 0 11 1 15 465 27 123
Binary 11011101 11001001 11011010 0 1001 1 1101 100110101 10111 1010011

Color Harmonies of #DDC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9DA

Black with #DDC9DA

Text Example


Text Example

White with #DDC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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