Html Css Color HEX #DCC3DD Thistle

📋 copy color: '#DCC3DD'

red 220 ◦ green 195 ◦ blue 221

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

Shades of Thistle #DCC3DD

Tints of Thistle #DCC3DD

RGB

 RED value IS 220 (86.33% from 255) = 34.59%

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

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

R = 34.59%
G = 30.66%
B = 34.75%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCC3DD (or 0xDCC3DD) is known color: Thistle. HEX triplet: DC, C3 and DD. RGB value is (220,195,221). Sum of RGB (Red+Green+Blue) = 220+195+221=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3DD is #233C22. Grayscale: #CDCDCD. Windows color (decimal): -2309155 or 14533596. OLE color: 14533596.

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

Color convert

RGB 220 195 221 -
CMYK 0.00 0.12 0 0.13
HSL 297.69º 0.28% 0.82% -
HSV(B) 297.69º 0.12% 0.87% -
XYZ 62.08 59.47 76.61 -
YUV 205.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 220 195 221 0.00 0.12 0 0.13 297.69 0.28 0.82
Hex DC C3 DD 0 C 0 D 12A 1C 52
Octal 334 303 335 0 14 0 15 452 34 122
Binary 11011100 11000011 11011101 0 1100 0 1101 100101010 11100 1010010

Color Harmonies of #DCC3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC3DD

Black with #DCC3DD

Text Example


Text Example

White with #DCC3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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