Html Css Color HEX #DDC6DA Thistle

📋 copy color: '#DDC6DA'

red 221 ◦ green 198 ◦ blue 218

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

Shades of Thistle #DDC6DA

Tints of Thistle #DDC6DA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.08%

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

R = 34.69%
G = 31.08%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDC6DA (or 0xDDC6DA) is known color: Thistle. HEX triplet: DD, C6 and DA. RGB value is (221,198,218). Sum of RGB (Red+Green+Blue) = 221+198+218=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6DA is #223925. Grayscale: #CFCFCF. Windows color (decimal): -2242854 or 14337757. OLE color: 14337757.

HSL color Cylindrical-coordinate representation of color #DDC6DA: hue angle of 307.83º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC6DA is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 198 218 -
CMYK 0 0.10 0.01 0.13
HSL 307.83º 0.25% 0.82% -
HSV(B) 307.83º 0.1% 0.87% -
XYZ 62.67 60.82 74.77 -
YUV 207.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 221 198 218 0 0.10 0.01 0.13 307.83 0.25 0.82
Hex DD C6 DA 0 A 1 D 134 19 52
Octal 335 306 332 0 12 1 15 464 31 122
Binary 11011101 11000110 11011010 0 1010 1 1101 100110100 11001 1010010

Color Harmonies of #DDC6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC6DA

Black with #DDC6DA

Text Example


Text Example

White with #DDC6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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