Html Css Color HEX #DDC3DD Thistle

📋 copy color: '#DDC3DD'

red 221 ◦ green 195 ◦ blue 221

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

Shades of Thistle #DDC3DD

Tints of Thistle #DDC3DD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.61%

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

R = 34.69%
G = 30.61%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDC3DD (or 0xDDC3DD) is known color: Thistle. HEX triplet: DD, C3 and DD. RGB value is (221,195,221). Sum of RGB (Red+Green+Blue) = 221+195+221=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3DD is #223C22. Grayscale: #CDCDCD. Windows color (decimal): -2243619 or 14533597. OLE color: 14533597.

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

Color convert

RGB 221 195 221 -
CMYK 0 0.12 0 0.13
HSL 300º 0.28% 0.82% -
HSV(B) 300º 0.12% 0.87% -
XYZ 62.39 59.62 76.63 -
YUV 205.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 221 195 221 0 0.12 0 0.13 300 0.28 0.82
Hex DD C3 DD 0 C 0 D 12C 1C 52
Octal 335 303 335 0 14 0 15 454 34 122
Binary 11011101 11000011 11011101 0 1100 0 1101 100101100 11100 1010010

Color Harmonies of #DDC3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC3DD

Black with #DDC3DD

Text Example


Text Example

White with #DDC3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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