Html Css Color HEX #DCC9DD Thistle

📋 copy color: '#DCC9DD'

red 220 ◦ green 201 ◦ blue 221

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

Shades of Thistle #DCC9DD

Tints of Thistle #DCC9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.31%

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

R = 34.27%
G = 31.31%
B = 34.42%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCC9DD (or 0xDCC9DD) is known color: Thistle. HEX triplet: DC, C9 and DD. RGB value is (220,201,221). Sum of RGB (Red+Green+Blue) = 220+201+221=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9DD is #233622. Grayscale: #D0D0D0. Windows color (decimal): -2307619 or 14535132. OLE color: 14535132.

HSL color Cylindrical-coordinate representation of color #DCC9DD: hue angle of 297º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC9DD is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 201 221 -
CMYK 0.00 0.09 0 0.13
HSL 297º 0.23% 0.83% -
HSV(B) 297º 0.09% 0.87% -
XYZ 63.45 62.21 77.07 -
YUV 208.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 220 201 221 0.00 0.09 0 0.13 297 0.23 0.83
Hex DC C9 DD 0 9 0 D 129 17 53
Octal 334 311 335 0 11 0 15 451 27 123
Binary 11011100 11001001 11011101 0 1001 0 1101 100101001 10111 1010011

Color Harmonies of #DCC9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9DD

Black with #DCC9DD

Text Example


Text Example

White with #DCC9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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