Html Css Color HEX #D1C8CF Thistle

📋 copy color: '#D1C8CF'

red 209 ◦ green 200 ◦ blue 207

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

Shades of Thistle #D1C8CF

Tints of Thistle #D1C8CF

RGB

 RED value IS 209 (82.03% from 255) = 33.93%

 GREEN value IS 200 (78.52% from 255) = 32.47%

 BLUE value IS 207 (81.25% from 255) = 33.6%

R = 33.93%
G = 32.47%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D1C8CF (or 0xD1C8CF) is known color: Thistle. HEX triplet: D1, C8 and CF. RGB value is (209,200,207). Sum of RGB (Red+Green+Blue) = 209+200+207=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8CF is #2E3730. Grayscale: #CBCBCB. Windows color (decimal): -3028785 or 13617361. OLE color: 13617361.

HSL color Cylindrical-coordinate representation of color #D1C8CF: hue angle of 313.33º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1C8CF is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 200 207 -
CMYK 0 0.04 0.01 0.18
HSL 313.33º 0.09% 0.8% -
HSV(B) 313.33º 0.04% 0.82% -
XYZ 58.21 59.37 67.42 -
YUV 203.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 209 200 207 0 0.04 0.01 0.18 313.33 0.09 0.8
Hex D1 C8 CF 0 4 1 12 139 9 50
Octal 321 310 317 0 4 1 22 471 11 120
Binary 11010001 11001000 11001111 0 100 1 10010 100111001 1001 1010000

Color Harmonies of #D1C8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C8CF

Black with #D1C8CF

Text Example


Text Example

White with #D1C8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C8CF; }

 p { color: rgb(209,200,207); }

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

background-color css

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

 a { background-color: rgb(209,200,207); }

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

border-color css

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

 span { border-color: rgb(209,200,207); }

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