Html Css Color HEX #DCC1DA Thistle

📋 copy color: '#DCC1DA'

red 220 ◦ green 193 ◦ blue 218

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

Shades of Thistle #DCC1DA

Tints of Thistle #DCC1DA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.59%

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

R = 34.87%
G = 30.59%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCC1DA (or 0xDCC1DA) is known color: Thistle. HEX triplet: DC, C1 and DA. RGB value is (220,193,218). Sum of RGB (Red+Green+Blue) = 220+193+218=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1DA is #233E25. Grayscale: #CBCBCB. Windows color (decimal): -2309670 or 14336476. OLE color: 14336476.

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

Color convert

RGB 220 193 218 -
CMYK 0 0.12 0.01 0.14
HSL 304.44º 0.28% 0.81% -
HSV(B) 304.44º 0.12% 0.86% -
XYZ 61.24 58.42 74.38 -
YUV 203.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 220 193 218 0 0.12 0.01 0.14 304.44 0.28 0.81
Hex DC C1 DA 0 C 1 E 130 1C 51
Octal 334 301 332 0 14 1 16 460 34 121
Binary 11011100 11000001 11011010 0 1100 1 1110 100110000 11100 1010001

Color Harmonies of #DCC1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC1DA

Black with #DCC1DA

Text Example


Text Example

White with #DCC1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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