Html Css Color HEX #DCC1DB Thistle

📋 copy color: '#DCC1DB'

red 220 ◦ green 193 ◦ blue 219

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

Shades of Thistle #DCC1DB

Tints of Thistle #DCC1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.65%

R = 34.81%
G = 30.54%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCC1DB (or 0xDCC1DB) is known color: Thistle. HEX triplet: DC, C1 and DB. RGB value is (220,193,219). Sum of RGB (Red+Green+Blue) = 220+193+219=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1DB is #233E24. Grayscale: #CBCBCB. Windows color (decimal): -2309669 or 14402012. OLE color: 14402012.

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

Color convert

RGB 220 193 219 -
CMYK 0 0.12 0.00 0.14
HSL 302.22º 0.28% 0.81% -
HSV(B) 302.22º 0.12% 0.86% -
XYZ 61.37 58.47 75.07 -
YUV 204.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 220 193 219 0 0.12 0.00 0.14 302.22 0.28 0.81
Hex DC C1 DB 0 C 0 E 12E 1C 51
Octal 334 301 333 0 14 0 16 456 34 121
Binary 11011100 11000001 11011011 0 1100 0 1110 100101110 11100 1010001

Color Harmonies of #DCC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC1DB

Black with #DCC1DB

Text Example


Text Example

White with #DCC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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