Html Css Color HEX #D7C1DC Thistle

📋 copy color: '#D7C1DC'

red 215 ◦ green 193 ◦ blue 220

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

Shades of Thistle #D7C1DC

Tints of Thistle #D7C1DC

RGB

 RED value IS 215 (84.38% from 255) = 34.24%

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

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 34.24%
G = 30.73%
B = 35.03%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7C1DC (or 0xD7C1DC) is known color: Thistle. HEX triplet: D7, C1 and DC. RGB value is (215,193,220). Sum of RGB (Red+Green+Blue) = 215+193+220=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C1DC is #283E23. Grayscale: #CACACA. Windows color (decimal): -2637348 or 14467543. OLE color: 14467543.

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

Color convert

RGB 215 193 220 -
CMYK 0.02 0.12 0 0.14
HSL 288.89º 0.28% 0.81% -
HSV(B) 288.89º 0.12% 0.86% -
XYZ 60.01 57.75 75.69 -
YUV 202.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 215 193 220 0.02 0.12 0 0.14 288.89 0.28 0.81
Hex D7 C1 DC 2 C 0 E 121 1C 51
Octal 327 301 334 2 14 0 16 441 34 121
Binary 11010111 11000001 11011100 10 1100 0 1110 100100001 11100 1010001

Color Harmonies of #D7C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C1DC

Black with #D7C1DC

Text Example


Text Example

White with #D7C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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