#D6C7D3

Color #D6C7D3 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #D6C7D3

Tints of Thistle #D6C7D3

Color information

#D6C7D3 (or 0xD6C7D3) is unknown color: approx Thistle. HEX triplet: D6, C7 and D3. RGB value is (214,199,211). Sum of RGB (Red+Green+Blue) = 214+199+211=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7D3 is #29382C. Grayscale: #CCCCCC. Windows color (decimal): -2701357 or 13879254. OLE color: 13879254.

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

Color convert

RGB214199211-
CMYK00.070.010.16
HSL312º15.46%80.98%-
HSV(B)312º7.01%83.92%-
XYZ59.9159.8570.02-
YUV204.85131.47134.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.29%
GREEN value IS 199 (78.12% from 255) = 31.89%
BLUE value IS 211 (82.81% from 255) = 33.81%
R=34.29%
G=31.89%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419921100.070.010.1631215.4680.98
HexD6C7D307110138f51
Octal3263073230712047017121
Binary110101101100011111010011011111000010011100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C7D3; }

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

 H1.HeaderClassName
 {
   color: #D6C7D3;
 }
 .AnyTagClassName
 {
   color: #D6C7D3;
 }
</style>
background-color css

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

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

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

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

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

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