Html Css Color HEX #DDC4DF Thistle

📋 copy color: '#DDC4DF'

red 221 ◦ green 196 ◦ blue 223

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

Shades of Thistle #DDC4DF

Tints of Thistle #DDC4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.84%

R = 34.53%
G = 30.63%
B = 34.84%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDC4DF (or 0xDDC4DF) is known color: Thistle. HEX triplet: DD, C4 and DF. RGB value is (221,196,223). Sum of RGB (Red+Green+Blue) = 221+196+223=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4DF is #223B20. Grayscale: #CECECE. Windows color (decimal): -2243361 or 14664925. OLE color: 14664925.

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

Color convert

RGB 221 196 223 -
CMYK 0.01 0.12 0 0.13
HSL 295.56º 0.3% 0.82% -
HSV(B) 295.56º 0.12% 0.87% -
XYZ 62.88 60.18 78.11 -
YUV 206.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 221 196 223 0.01 0.12 0 0.13 295.56 0.3 0.82
Hex DD C4 DF 1 C 0 D 128 1E 52
Octal 335 304 337 1 14 0 15 450 36 122
Binary 11011101 11000100 11011111 1 1100 0 1101 100101000 11110 1010010

Color Harmonies of #DDC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4DF

Black with #DDC4DF

Text Example


Text Example

White with #DDC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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