Html Css Color HEX #DDC5DF Thistle

📋 copy color: '#DDC5DF'

red 221 ◦ green 197 ◦ blue 223

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

Shades of Thistle #DDC5DF

Tints of Thistle #DDC5DF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.73%

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

R = 34.48%
G = 30.73%
B = 34.79%

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

#DDC5DF (or 0xDDC5DF) is known color: Thistle. HEX triplet: DD, C5 and DF. RGB value is (221,197,223). Sum of RGB (Red+Green+Blue) = 221+197+223=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5DF is #223A20. Grayscale: #CFCFCF. Windows color (decimal): -2243105 or 14665181. OLE color: 14665181.

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

Color convert

RGB 221 197 223 -
CMYK 0.01 0.12 0 0.13
HSL 295.38º 0.29% 0.82% -
HSV(B) 295.38º 0.12% 0.87% -
XYZ 63.1 60.63 78.19 -
YUV 207.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 221 197 223 0.01 0.12 0 0.13 295.38 0.29 0.82
Hex DD C5 DF 1 C 0 D 127 1D 52
Octal 335 305 337 1 14 0 15 447 35 122
Binary 11011101 11000101 11011111 1 1100 0 1101 100100111 11101 1010010

Color Harmonies of #DDC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC5DF

Black with #DDC5DF

Text Example


Text Example

White with #DDC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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