#D6CDD8

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

Shades of Thistle #D6CDD8

Tints of Thistle #D6CDD8

Color information

#D6CDD8 (or 0xD6CDD8) is unknown color: approx Thistle. HEX triplet: D6, CD and D8. RGB value is (214,205,216). Sum of RGB (Red+Green+Blue) = 214+205+216=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6CDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDD8 is #293227. Grayscale: #D0D0D0. Windows color (decimal): -2699816 or 14208470. OLE color: 14208470.

HSL color Cylindrical-coordinate representation of color #D6CDD8: hue angle of 289.09º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CDD8 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214205216-
CMYK0.010.0500.15
HSL289.09º12.36%82.55%-
HSV(B)289.09º5.09%84.71%-
XYZ61.9662.9273.84-
YUV208.94131.98131.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.70%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 216 (84.77% from 255) = 34.02%
R=33.70%
G=32.28%
B=34.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142052160.010.0500.15289.0912.3682.55
HexD6CDD8150F121c53
Octal3263153301501744114123
Binary11010110110011011101100011010111110010000111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDD8; }

 p { color: rgb(214,205,216); }

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

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

 a { background-color: rgb(214,205,216); }

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

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

 span { border-color: rgb(214,205,216); }

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