Html Css Color HEX #DDC6DD Thistle

📋 copy color: '#DDC6DD'

red 221 ◦ green 198 ◦ blue 221

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

Shades of Thistle #DDC6DD

Tints of Thistle #DDC6DD

RGB

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

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

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

R = 34.53%
G = 30.94%
B = 34.53%

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

#DDC6DD (or 0xDDC6DD) is known color: Thistle. HEX triplet: DD, C6 and DD. RGB value is (221,198,221). Sum of RGB (Red+Green+Blue) = 221+198+221=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6DD is #223922. Grayscale: #CFCFCF. Windows color (decimal): -2242851 or 14534365. OLE color: 14534365.

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

Color convert

RGB 221 198 221 -
CMYK 0 0.10 0 0.13
HSL 300º 0.25% 0.82% -
HSV(B) 300º 0.1% 0.87% -
XYZ 63.06 60.98 76.85 -
YUV 207.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 221 198 221 0 0.10 0 0.13 300 0.25 0.82
Hex DD C6 DD 0 A 0 D 12C 19 52
Octal 335 306 335 0 12 0 15 454 31 122
Binary 11011101 11000110 11011101 0 1010 0 1101 100101100 11001 1010010

Color Harmonies of #DDC6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC6DD

Black with #DDC6DD

Text Example


Text Example

White with #DDC6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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