Html Css Color HEX #DDC7DA Thistle

📋 copy color: '#DDC7DA'

red 221 ◦ green 199 ◦ blue 218

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

Shades of Thistle #DDC7DA

Tints of Thistle #DDC7DA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.19%

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

R = 34.64%
G = 31.19%
B = 34.17%

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

#DDC7DA (or 0xDDC7DA) is known color: Thistle. HEX triplet: DD, C7 and DA. RGB value is (221,199,218). Sum of RGB (Red+Green+Blue) = 221+199+218=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7DA is #223825. Grayscale: #CFCFCF. Windows color (decimal): -2242598 or 14338013. OLE color: 14338013.

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

Color convert

RGB 221 199 218 -
CMYK 0 0.10 0.01 0.13
HSL 308.18º 0.24% 0.82% -
HSV(B) 308.18º 0.1% 0.87% -
XYZ 62.9 61.28 74.84 -
YUV 207.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 221 199 218 0 0.10 0.01 0.13 308.18 0.24 0.82
Hex DD C7 DA 0 A 1 D 134 18 52
Octal 335 307 332 0 12 1 15 464 30 122
Binary 11011101 11000111 11011010 0 1010 1 1101 100110100 11000 1010010

Color Harmonies of #DDC7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC7DA

Black with #DDC7DA

Text Example


Text Example

White with #DDC7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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