Html Css Color HEX #DDC4DD Thistle

📋 copy color: '#DDC4DD'

red 221 ◦ green 196 ◦ blue 221

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

Shades of Thistle #DDC4DD

Tints of Thistle #DDC4DD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.72%

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

R = 34.64%
G = 30.72%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDC4DD (or 0xDDC4DD) is known color: Thistle. HEX triplet: DD, C4 and DD. RGB value is (221,196,221). Sum of RGB (Red+Green+Blue) = 221+196+221=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4DD is #223B22. Grayscale: #CECECE. Windows color (decimal): -2243363 or 14533853. OLE color: 14533853.

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

Color convert

RGB 221 196 221 -
CMYK 0 0.11 0 0.13
HSL 300º 0.27% 0.82% -
HSV(B) 300º 0.11% 0.87% -
XYZ 62.61 60.07 76.7 -
YUV 206.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 221 196 221 0 0.11 0 0.13 300 0.27 0.82
Hex DD C4 DD 0 B 0 D 12C 1B 52
Octal 335 304 335 0 13 0 15 454 33 122
Binary 11011101 11000100 11011101 0 1011 0 1101 100101100 11011 1010010

Color Harmonies of #DDC4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4DD

Black with #DDC4DD

Text Example


Text Example

White with #DDC4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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