Html Css Color HEX #D8C1DF Thistle

📋 copy color: '#D8C1DF'

red 216 ◦ green 193 ◦ blue 223

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

Shades of Thistle #D8C1DF

Tints of Thistle #D8C1DF

RGB

 RED value IS 216 (84.77% from 255) = 34.18%

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

 BLUE value IS 223 (87.5% from 255) = 35.28%

R = 34.18%
G = 30.54%
B = 35.28%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D8C1DF (or 0xD8C1DF) is known color: Thistle. HEX triplet: D8, C1 and DF. RGB value is (216,193,223). Sum of RGB (Red+Green+Blue) = 216+193+223=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8C1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C1DF is #273E20. Grayscale: #CBCBCB. Windows color (decimal): -2571809 or 14664152. OLE color: 14664152.

HSL color Cylindrical-coordinate representation of color #D8C1DF: hue angle of 286º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8C1DF is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 193 223 -
CMYK 0.03 0.13 0 0.13
HSL 286º 0.32% 0.82% -
HSV(B) 286º 0.13% 0.87% -
XYZ 60.71 58.07 77.82 -
YUV 203.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 216 193 223 0.03 0.13 0 0.13 286 0.32 0.82
Hex D8 C1 DF 3 D 0 D 11E 20 52
Octal 330 301 337 3 15 0 15 436 40 122
Binary 11011000 11000001 11011111 11 1101 0 1101 100011110 100000 1010010

Color Harmonies of #D8C1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C1DF

Black with #D8C1DF

Text Example


Text Example

White with #D8C1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C1DF; }

 p { color: rgb(216,193,223); }

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

background-color css

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

 a { background-color: rgb(216,193,223); }

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

border-color css

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

 span { border-color: rgb(216,193,223); }

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