Html Css Color HEX #DCC6DB Thistle

📋 copy color: '#DCC6DB'

red 220 ◦ green 198 ◦ blue 219

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

Shades of Thistle #DCC6DB

Tints of Thistle #DCC6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.08%

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

R = 34.54%
G = 31.08%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCC6DB (or 0xDCC6DB) is known color: Thistle. HEX triplet: DC, C6 and DB. RGB value is (220,198,219). Sum of RGB (Red+Green+Blue) = 220+198+219=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6DB is #233924. Grayscale: #CECECE. Windows color (decimal): -2308389 or 14403292. OLE color: 14403292.

HSL color Cylindrical-coordinate representation of color #DCC6DB: hue angle of 302.73º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC6DB is Cyan = 0, Magento = 0.1, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 219 -
CMYK 0 0.1 0.00 0.14
HSL 302.73º 0.24% 0.82% -
HSV(B) 302.73º 0.1% 0.86% -
XYZ 62.5 60.72 75.44 -
YUV 206.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 220 198 219 0 0.1 0.00 0.14 302.73 0.24 0.82
Hex DC C6 DB 0 A 0 E 12F 18 52
Octal 334 306 333 0 12 0 16 457 30 122
Binary 11011100 11000110 11011011 0 1010 0 1110 100101111 11000 1010010

Color Harmonies of #DCC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6DB

Black with #DCC6DB

Text Example


Text Example

White with #DCC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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