Html Css Color HEX #DDC7DD Thistle

📋 copy color: '#DDC7DD'

red 221 ◦ green 199 ◦ blue 221

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

Shades of Thistle #DDC7DD

Tints of Thistle #DDC7DD

RGB

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

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

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

R = 34.48%
G = 31.05%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDC7DD (or 0xDDC7DD) is known color: Thistle. HEX triplet: DD, C7 and DD. RGB value is (221,199,221). Sum of RGB (Red+Green+Blue) = 221+199+221=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7DD is #223822. Grayscale: #D0D0D0. Windows color (decimal): -2242595 or 14534621. OLE color: 14534621.

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

Color convert

RGB 221 199 221 -
CMYK 0 0.10 0 0.13
HSL 300º 0.24% 0.82% -
HSV(B) 300º 0.1% 0.87% -
XYZ 63.29 61.44 76.93 -
YUV 208.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 221 199 221 0 0.10 0 0.13 300 0.24 0.82
Hex DD C7 DD 0 A 0 D 12C 18 52
Octal 335 307 335 0 12 0 15 454 30 122
Binary 11011101 11000111 11011101 0 1010 0 1101 100101100 11000 1010010

Color Harmonies of #DDC7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC7DD

Black with #DDC7DD

Text Example


Text Example

White with #DDC7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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