Html Css Color HEX #DCC9DA Thistle

📋 copy color: '#DCC9DA'

red 220 ◦ green 201 ◦ blue 218

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

Shades of Thistle #DCC9DA

Tints of Thistle #DCC9DA

RGB

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

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

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

R = 34.43%
G = 31.46%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCC9DA (or 0xDCC9DA) is known color: Thistle. HEX triplet: DC, C9 and DA. RGB value is (220,201,218). Sum of RGB (Red+Green+Blue) = 220+201+218=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9DA is #233625. Grayscale: #D0D0D0. Windows color (decimal): -2307622 or 14338524. OLE color: 14338524.

HSL color Cylindrical-coordinate representation of color #DCC9DA: hue angle of 306.32º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC9DA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 218 -
CMYK 0 0.09 0.01 0.14
HSL 306.32º 0.21% 0.83% -
HSV(B) 306.32º 0.09% 0.86% -
XYZ 63.06 62.05 74.98 -
YUV 208.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 220 201 218 0 0.09 0.01 0.14 306.32 0.21 0.83
Hex DC C9 DA 0 9 1 E 132 15 53
Octal 334 311 332 0 11 1 16 462 25 123
Binary 11011100 11001001 11011010 0 1001 1 1110 100110010 10101 1010011

Color Harmonies of #DCC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9DA

Black with #DCC9DA

Text Example


Text Example

White with #DCC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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