Html Css Color HEX #D3C9D6 Thistle

📋 copy color: '#D3C9D6'

red 211 ◦ green 201 ◦ blue 214

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

Shades of Thistle #D3C9D6

Tints of Thistle #D3C9D6

RGB

 RED value IS 211 (82.81% from 255) = 33.71%

 GREEN value IS 201 (78.91% from 255) = 32.11%

 BLUE value IS 214 (83.98% from 255) = 34.19%

R = 33.71%
G = 32.11%
B = 34.19%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D3C9D6 (or 0xD3C9D6) is known color: Thistle. HEX triplet: D3, C9 and D6. RGB value is (211,201,214). Sum of RGB (Red+Green+Blue) = 211+201+214=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 214 - color contains mainly: blue. Hex color #D3C9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C9D6 is #2C3629. Grayscale: #CDCDCD. Windows color (decimal): -2897450 or 14076371. OLE color: 14076371.

HSL color Cylindrical-coordinate representation of color #D3C9D6: hue angle of 286.15º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3C9D6 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 201 214 -
CMYK 0.01 0.06 0 0.16
HSL 286.15º 0.14% 0.81% -
HSV(B) 286.15º 0.06% 0.84% -
XYZ 59.89 60.48 72.14 -
YUV 205.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 211 201 214 0.01 0.06 0 0.16 286.15 0.14 0.81
Hex D3 C9 D6 1 6 0 10 11E E 51
Octal 323 311 326 1 6 0 20 436 16 121
Binary 11010011 11001001 11010110 1 110 0 10000 100011110 1110 1010001

Color Harmonies of #D3C9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C9D6

Black with #D3C9D6

Text Example


Text Example

White with #D3C9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C9D6; }

 p { color: rgb(211,201,214); }

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

background-color css

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

 a { background-color: rgb(211,201,214); }

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

border-color css

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

 span { border-color: rgb(211,201,214); }

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