Html Css Color HEX #DCC7DB Thistle

📋 copy color: '#DCC7DB'

red 220 ◦ green 199 ◦ blue 219

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

Shades of Thistle #DCC7DB

Tints of Thistle #DCC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.19%

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

R = 34.48%
G = 31.19%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCC7DB (or 0xDCC7DB) is known color: Thistle. HEX triplet: DC, C7 and DB. RGB value is (220,199,219). Sum of RGB (Red+Green+Blue) = 220+199+219=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7DB is #233824. Grayscale: #CFCFCF. Windows color (decimal): -2308133 or 14403548. OLE color: 14403548.

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

Color convert

RGB 220 199 219 -
CMYK 0 0.10 0.00 0.14
HSL 302.86º 0.23% 0.82% -
HSV(B) 302.86º 0.1% 0.86% -
XYZ 62.72 61.18 75.52 -
YUV 207.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 220 199 219 0 0.10 0.00 0.14 302.86 0.23 0.82
Hex DC C7 DB 0 A 0 E 12F 17 52
Octal 334 307 333 0 12 0 16 457 27 122
Binary 11011100 11000111 11011011 0 1010 0 1110 100101111 10111 1010010

Color Harmonies of #DCC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC7DB

Black with #DCC7DB

Text Example


Text Example

White with #DCC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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