Html Css Color HEX #DDC4DA Thistle

📋 copy color: '#DDC4DA'

red 221 ◦ green 196 ◦ blue 218

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

Shades of Thistle #DDC4DA

Tints of Thistle #DDC4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.33%

R = 34.8%
G = 30.87%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDC4DA (or 0xDDC4DA) is known color: Thistle. HEX triplet: DD, C4 and DA. RGB value is (221,196,218). Sum of RGB (Red+Green+Blue) = 221+196+218=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4DA is #223B25. Grayscale: #CDCDCD. Windows color (decimal): -2243366 or 14337245. OLE color: 14337245.

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

Color convert

RGB 221 196 218 -
CMYK 0 0.11 0.01 0.13
HSL 307.2º 0.27% 0.82% -
HSV(B) 307.2º 0.11% 0.87% -
XYZ 62.21 59.91 74.62 -
YUV 205.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 221 196 218 0 0.11 0.01 0.13 307.2 0.27 0.82
Hex DD C4 DA 0 B 1 D 133 1B 52
Octal 335 304 332 0 13 1 15 463 33 122
Binary 11011101 11000100 11011010 0 1011 1 1101 100110011 11011 1010010

Color Harmonies of #DDC4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4DA

Black with #DDC4DA

Text Example


Text Example

White with #DDC4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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